Search code examples
cdb2db2-luwxa

How to set up DB2 10.5 programming environment for XA transaction manager?


I want to use DB2 10.5 on Linux for XA transactions. Does DB2 include a XA transaction manager? How can I setup my C application for a XA transaction environment?


Solution

  • DB2 LUW 10.5 supports XA transaction managers, but does not include one. If you want to work with one, programming in C is supported.