I have function in an ASP.net application that performs an insert into 2 different database platforms... One inserts into a SQL Server database, and a second into a DB2 database. The problem is that if either of the inserts fail, I need to rollback both.
I've only ever done transactions with multiple steps to the same DB platform. Is it possible to setup a transaction to work across 2 DB platforms? If so, how would I approach this?
Thanks for any assistance.
mwa
<><
I've only ever done transactions with multiple steps to the same DB platform. Is it possible to setup a transaction to work across 2 DB platforms? If so, how would I approach this?
Thanks for any assistance.
mwa
<><