
Single transaction without MTS
Hi
From VB can i have transactions to different databases and it should be a
single transaction.
eg:
BeginTrans
insert some records to DB2 tables
update some records in Oracle table
Committrans
ErrorHandler:
Rollbacktrans
I don't want to use MTS. At present i have attached these tables in an
Access .mdb file. So Access takes care of the transaction.
Other than this roundabout way, do we have any other options.
Thanks in advance
Shelly