Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 distributed transaction over 2 databases

Author  Topic 

ameetkeskar
Starting Member

8 Posts

Posted - 2006-10-19 : 11:43:37
Hi,
I am working on document management system. In my application i have two databases (ie. mdb files). One which hold the document content and the other which holds the metadata which is used by the application for that document. While updating the document i want update both the content database as well as the metadata database. And i want to do it in a transaction. if anybody knows how it can be achieved, please let me know..
   

- Advertisement -