Dear All,
I have a C# application where I update one local db,one central db and copy of local db in the central server. I am using mysql. Suddenly I notice my query on the central db just quit but normally it will commit then quit. So what possible might have happen ya? I am relying on manual type of distributed transaction where I commit my local then only the central dbs. Thank you.
I have a C# application where I update one local db,one central db and copy of local db in the central server. I am using mysql. Suddenly I notice my query on the central db just quit but normally it will commit then quit. So what possible might have happen ya? I am relying on manual type of distributed transaction where I commit my local then only the central dbs. Thank you.