Quote:
Originally Posted by brudigia
Thanks again. I am trying the tool you advise. Anything in particular I should look at ?
|
You need to run a check on the database. Specifically:
Code:
PRAGMA integrity_check
That will return either "OK" or a list of errors. If there are errors, then it's a sign that something happened to corrupt the database.