Distributed Transactions between MySQL and SQLServer
I am integrating vBulletin with an application that uses SQLServer.
The application manages the users. When a new user is created by the application, it is also registered in the vBulletin.
Since some of the user's data is kept in the SQLServer, and some is kept in MySQL, I need to perform a distributed transaction when creating/updating a user.
How can I do it?
Is there another way to share the data between the applications?
|