After auto-repairing and restoring a corrupted database, I discovered an automatically generated access table:
I've never encountered a negative errorcode before.
Anyone familiar with the following...?
Also...
:banghead: Any reccommendations on how to pinpoint what is causing database corruption? We've gone months with zero-issues, but recently the backend database has corrupted twice in 2 weeks.
I've a gun feeling there's some sort of introduced conflict from new end-users (we've had a large influx of new users - potentially using legacy equipment or home-PCs versus standard configged IT hardware). Could it be different OS or Access versions? (ie. an '07 or '03 opening the DB and creating the first lock file, followed by a '10 logging in?)
Any feedback or insight appeciated.
I've never encountered a negative errorcode before.

Anyone familiar with the following...?
Code:
table: MSysCompactError
[U]Fields[/U] : [U]Value[/U]
ErrorCode: -1017
ErrorDescription: Record is deleted.
ErrorRecid: 爂
ErrorTable: <tablename>
Also...
:banghead: Any reccommendations on how to pinpoint what is causing database corruption? We've gone months with zero-issues, but recently the backend database has corrupted twice in 2 weeks.
I've a gun feeling there's some sort of introduced conflict from new end-users (we've had a large influx of new users - potentially using legacy equipment or home-PCs versus standard configged IT hardware). Could it be different OS or Access versions? (ie. an '07 or '03 opening the DB and creating the first lock file, followed by a '10 logging in?)
Any feedback or insight appeciated.