Hello There,
im just curious on how to do this, 1 transaction and two different server queries inside it..
ex:
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?..Code:BeginTransaction 'MSSQL Query INSERT query 'MYSQL Query INSERT query CommitTransaction
thanks
glen




Reply With Quote