I'm having a problem with one of my sites loosing random records in an access database. Some of the tables loose all of their records, some loose all but one, and others don't loose any. The only ASP code accesssing the database is a simply querry to display the contents of the table when a visitor comes along.
For example, when I visit the "Museums" page, I access the lookup_museums table in database. One day, there are 15 records, the next day there is only one... nobody has touched the database! It happens intermittantly. The site might run fine for a month and then the problem crops up every 3 days and goes away.
Its accessed using a ODBC/DSN connection. Could there be some settings in this connection that is causing the problem, or could it be errant ASP queries that are causing records to be deleted?
Signed, "pounding my head on this one"