jacobl
April 9th, 1999, 01:09 PM
Is there support for Access 2000 databases in DAO anywhere? Opening them with the version I have gives me an invalid format exception . . .
Also, this concerns locking. I have some code that does quite a bit of database work, opening a recordset, iterating through items, searching other recordsets, etc. . . at the very end I am trying to open a recordset and delete any records found, the delete fails with an error of code 3260 (http://msdn.microsoft.com/library/sdkdoc/daosdk/daderr08_2z3o.htm) No other recordsets have been opened with this table, and the error occurs when the app is completely restarted. What could be causing this? Thanks,
JL
Also, this concerns locking. I have some code that does quite a bit of database work, opening a recordset, iterating through items, searching other recordsets, etc. . . at the very end I am trying to open a recordset and delete any records found, the delete fails with an error of code 3260 (http://msdn.microsoft.com/library/sdkdoc/daosdk/daderr08_2z3o.htm) No other recordsets have been opened with this table, and the error occurs when the app is completely restarted. What could be causing this? Thanks,
JL