Hello There,
im just curious on how to do this, 1 transaction and two different server queries inside it..

ex:

Code:
BeginTransaction

'MSSQL Query
INSERT query

'MYSQL Query
INSERT query

CommitTransaction
the question is which transaction will im going to use?if i will going to use sqltransaction and mysql query failed on insert will be rolling back by not inserting the mssql also?..

thanks
glen