C
carl
When I try to compact my db I get a "Records can't be read; no read
permissions on db" msg.
After attempting to compact, a new db is created with an extra table
"MSysCompactError" with one record stating "The Microsoft Jet database engine
stopped the process because you and another user are attempting to change the
same data at the same time." with an error code field of "-1611".
My db is MSAccess 97, there is no log in, most of my forms open up
recordsets (I think my code closes all though) and the db is 'watched' by a
SQL Server.
Could it be I missed closing a recordset? Or the problem being the SQL
Server linked to the tables?
permissions on db" msg.
After attempting to compact, a new db is created with an extra table
"MSysCompactError" with one record stating "The Microsoft Jet database engine
stopped the process because you and another user are attempting to change the
same data at the same time." with an error code field of "-1611".
My db is MSAccess 97, there is no log in, most of my forms open up
recordsets (I think my code closes all though) and the db is 'watched' by a
SQL Server.
Could it be I missed closing a recordset? Or the problem being the SQL
Server linked to the tables?