Does MySQL support MSDTC?
                
                A: 
                
                
              not natively. it does support XA transactions (two-phase commit) so you could implement it yourself in an additional database abstraction layer.
                  longneck
                   2009-10-22 17:36:14
                
              I suppose I could, but I don't want to. Someone out there must have done this already.Can someone point me to what's out there?
                  Kristoffer
                   2009-10-22 18:56:03
                i've looked, and i don't see evidence of anyone else doing this and posting their work on the internet.
                  longneck
                   2009-10-22 19:22:57