db (I) adapter user guide says,
Each dbAdapter opens a single session to the database. All operations are executed using dynamic SQL, and are committed after the integration component script is finished executing.
Is there any means by which the user can explicitly control the transaction across multiple integrtion component scripts invocation and either commit or rollback the transaction?
Does JDBC or any other database adapter support this
#Integration-Server-and-ESB#broker#webMethods