Dear All,
I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote together that is two-phase commit. Is there any idea how to to do it with the current .net mysql connector? Any code snippet will be helpful? Thank you.
I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote together that is two-phase commit. Is there any idea how to to do it with the current .net mysql connector? Any code snippet will be helpful? Thank you.