Hello,
is it possible to have a transaction that includes more than one JDBC statement using the JDBC receiver?
Example:
One inbound service interface contains two SQLstatements: Delete and Insert. The delete should be rolled back in case the insert fails. So either all JDBC statements should be executed or none of them.
Can this be achieved?
Edited by: Guppenberger Florian on Feb 21, 2011 6:45 PM