G
George Varelas
Imagine that we have one SQL server 2000 and 2 databases A and B. Obviously
I need two connections. I want to implement a transaction that controls two
insertions, one in each database. The transaction commits when both the
insertions are succesfull. I know that I need MSDTC. Is it enough to start
the appropriate service. If yes could someone give me a code sample that
implements this transaction with the MSDTC as intermediate in C#. That would
help a lot.
Thank you in advance
I need two connections. I want to implement a transaction that controls two
insertions, one in each database. The transaction commits when both the
insertions are succesfull. I know that I need MSDTC. Is it enough to start
the appropriate service. If yes could someone give me a code sample that
implements this transaction with the MSDTC as intermediate in C#. That would
help a lot.
Thank you in advance