Programmatically Repair SQLite Database
I have a need to try and repair a SQLite database from a .NET program if the database file gets corrupted. I have found several sites such as Fix SQLite and in the FAQ it describes that you can: Depending how badly your database is corrupted, you may be able to recover some of the data by using the CLI to dump the schema and contents to a file and then recreate. Does anyone know of a way to repair a SQLite database programmatically in .NET? Jeff You are overlooking one important word: you can 'recover some data', this is not a repair! If there is a sitatuation where a corrupted database could