M
mark
In Java, you can use JBoss or similar to host EJB that will manage your
transactions for you. You could, of course, write your own transactions
using JDBC.
In .NET, we can specify our own transactions using ADO.NET. Is there a
compatible tool within .NET to JBoss, where the transactions are managed for
you?
Thanks in advance.
Mark
transactions for you. You could, of course, write your own transactions
using JDBC.
In .NET, we can specify our own transactions using ADO.NET. Is there a
compatible tool within .NET to JBoss, where the transactions are managed for
you?
Thanks in advance.
Mark