Transaction problem
-
Hi, I'm having a runtime error when I execute the BeginTrans() _Connection method on a MSAccess database. Can someone tell me if there is any condition which can cause the error on this method? I don't believe that the problem would be the ADO version, because I have another application that uses this method on a MSAccess database without any problem, but any way, I am working with ADO 2.7. Thanks in advance, Vinicius
-
Hi, I'm having a runtime error when I execute the BeginTrans() _Connection method on a MSAccess database. Can someone tell me if there is any condition which can cause the error on this method? I don't believe that the problem would be the ADO version, because I have another application that uses this method on a MSAccess database without any problem, but any way, I am working with ADO 2.7. Thanks in advance, Vinicius
-
Yes it is. I found, somewhere in MSDN library, that if there is a recordset opened, the BeginTrans doesn't work. In my case, I have a recordset opened. I tryed to do the operation while the recordset was closed and that worked. The problem is that I need the recordset to be opened. Vinicius