

Dropped File Not a SQLite Database
Troubleshooting
Error Message:
The dropped file is not a SQLite database or it contains no tables.
Solution: This error should not occur unless the the dropped file is
not really a SQLite database or it doesn't contain any tables. SQLite
Diff attempts to open each dropped SQLite database file to get a list
of tables. If it can't get a list of tables from the file, then the
file is considered to not be a SQLite database.
If the file really is a SQLite database file and it does
contain tables, then the file may be corrupted. Try opening the file
with one of the many SQLite
database management tools on the market such as SQLite
Manager. Using SQLite Manager, it is possible to perform a database
verification and a vacuum database, and both of these tasks could potentially
be helpful to fix a corruption problem.

