I'm using ODBC to connect to an access database; in the begining I defined the recordsets with adLockOptimistic and confirming operations with BeginTrans, CommitTrans, RollbackTrans from ADO; after that I have changed to adLockPessimistic due to concurrence in the database, and the problems have come from then. I've got the next error:
2147467259 (8004005)and it shows an ODBC error like: field cannot be used at this moment and it debugs at Begintrans; if I turn it back to adLockOptimistic again, it works, what should I do?
thanks in advance.
2147467259 (8004005)and it shows an ODBC error like: field cannot be used at this moment and it debugs at Begintrans; if I turn it back to adLockOptimistic again, it works, what should I do?
thanks in advance.