-1

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?

mustaccio
  • 18,234
  • 16
  • 48
  • 57
thibaultG
  • 13
  • 2
  • 1
    Please try to find some solution/tutorial/example. Do google. And post question with some analysis. Otherwise it is too broad question. – sangram parmar Jan 17 '17 at 13:34

1 Answers1

0

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.

data_henrik
  • 16,724
  • 2
  • 28
  • 49