Any MySQL experts out there? - DB enrolling XA resource question.

casiopea

Registered User
Messages
381
Hey Guys,

Im trawling through MySQL documentation here trying to find my answer for this question and Ive also tried google. This should be "RTFM" question. I dont have much DB experience but Im trying to get MySQL to enroll an application as an XA Resource. (This application supports this). I cant find how to
define the open string for MySQL to allow this. In Oracle it would be:

open_string="Oracle_XA+Acc=P/user/pwd+SesTm=60+threads=true";

Im trying to port this to MySQL though. Any experts out there that would be able to point me in the right direction.


thanks
cas.
 
Back
Top