MontyBurns
Programmer
Hi,
I'm trying to compact a DB, in which I have a table ADMINConnectedUsers which tells me who is using the FE Access app to connect to the backend DB. Both are Access 97.
When someone opens the FE app, their NT login ID is put in a new record with a timestamp. There is an Autonumber key field also.
When I try to compact it, I get a compact error and it generates a copy of the DB (called db1.mdb). This DB has all the same tables, and an extra one called MSysCompactError. In it are three records corresponding to 3 errors it encountered. These are:
ErrorCode ErrorDescription ErrRecID ErrorTable
-1017 Record is deleted ADMINConnectedUsers
-1017 (see below) ** ADMINConnectedUsers
-1053 (see below) ADMINConnectedUsers
The Error Description for the btm 2 recs is:
ErrorDescription
The Microsoft Jet database engine could not find the object 'MSysCompactError'. Make sure the object exists and that you spell its name and the path name correctly.
The ** represents 2 little squares. If that makes sense...
When I look in ADMINConnectedUsers I see 2 records with the #deleted phrase in there. I can delete these recs, but they reappear when I reopen the table.
I know I can get a backup, but i'm very curious - esp. if this is going to happen every time I try to compact the DB.
Any ideas anyone? Any help would be really appreciated.
Burns
ps - I have exclusive access to the DB
I'm trying to compact a DB, in which I have a table ADMINConnectedUsers which tells me who is using the FE Access app to connect to the backend DB. Both are Access 97.
When someone opens the FE app, their NT login ID is put in a new record with a timestamp. There is an Autonumber key field also.
When I try to compact it, I get a compact error and it generates a copy of the DB (called db1.mdb). This DB has all the same tables, and an extra one called MSysCompactError. In it are three records corresponding to 3 errors it encountered. These are:
ErrorCode ErrorDescription ErrRecID ErrorTable
-1017 Record is deleted ADMINConnectedUsers
-1017 (see below) ** ADMINConnectedUsers
-1053 (see below) ADMINConnectedUsers
The Error Description for the btm 2 recs is:
ErrorDescription
The Microsoft Jet database engine could not find the object 'MSysCompactError'. Make sure the object exists and that you spell its name and the path name correctly.
The ** represents 2 little squares. If that makes sense...
When I look in ADMINConnectedUsers I see 2 records with the #deleted phrase in there. I can delete these recs, but they reappear when I reopen the table.
I know I can get a backup, but i'm very curious - esp. if this is going to happen every time I try to compact the DB.
Any ideas anyone? Any help would be really appreciated.
Burns
ps - I have exclusive access to the DB