Transaction management
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a problem with my project. This Project is written by C#.It accesses SQL Server 2005 via Webservice & Seasar. On the webvervice, I include some package that was built to DLL. Those package retrieve their database. When I run my project. I must update their database the first. Then, update my project's database. But i cannot settup the transaction for them. I wannt to rollback th updated data on their database if updating on my project's database is failt.