Hi Eric,
whenever possible I prefer JDBC Adapter over WmDB package.
Currently we do not have the neccessity to use WmDB, all our JDBC Services are using JDBC Adapter.
When Table A and Table B are in the same schema/database, you can use the approach Jonathan has described.
When they are in different databases you will have to use XATransactions instead.
Select does not require explicit transaction handling.
For Insert and Update this depends what should happen with the inset to table B when the Update on tanle A fails?
For the case that the Insert to table B should be reverted you will require explicit transaction handling.
Regards,
Holger
#webMethods#Integration-Server-and-ESB#webMethods-General