3 Replies Latest reply on Jun 6, 2006 4:58 AM by marklittle

    How to resolve this kind of distributed transactions?

    kingofhawks

      Deal All:
      I have to deal with one distributed transaction:
      (1)DB operation through external API on server A;
      (2)JDBC operation on server B.
      How can i ensure these two operations are in one transaction?
      Best Regards!
      Kingofhawks