thebubbleboy
Programmer
I'm currently converting a large and complicated VB app to work with both MySQL and SQL Server (was only MySQL first) so showing code might be a problem.
I have a problem with transactions.
i can begin a transaction using begin tran in recorset.open
and then do a couple of updates again using recordset.open but when i try to commit tran i get an error message saying no corresponding begin to my commit. I have also tried naming them and got the same response.
Anyone got any Ideas?
I have a problem with transactions.
i can begin a transaction using begin tran in recorset.open
and then do a couple of updates again using recordset.open but when i try to commit tran i get an error message saying no corresponding begin to my commit. I have also tried naming them and got the same response.
Anyone got any Ideas?