c# - Programatically Repair SQLite Database -


so have need try , repair sqlite database .net program if database file gets corrupted. have found several sites such fix sqlite , in faq describes can:

depending how badly database corrupted, may able recover of data using cli dump schema , contents file , recreate.

does know of way repair sqlite database programatically in .net?

you overlooking 1 important word: can 'recover some data', not repair!

if there sitatuation corrupted database repaired without user-interaction not corrupted in first place , such repair have been standard function of sqlite


Comments