Transaction Management with SQLServer
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have an problem with my project. The project is written by C#, $ used SQLServer 2005 DB. I also use Web service & Seasar to retrieve A database. And on webservice side, I have to refer to another package that is built to DLL. That package retrieve B database. My problem is when I retrieve B database and update data via dll's function. if it is success, I update A database. But A database cannot update because some error that i cannot control. How can I rollback the data that was updated in B database? Snow