On 17 Jun 2010, at 9:45pm, Jim Terman wrote:

> Does the integrity_check PRAGMA fix any problems that it encounters or 
> does it just report them?

Report.

> Are there anyway of recovering from these errors or is the database 
> unfixable?

Sometimes VACUUM fixes them.  It can conceivably make things worse.

Sometimes it's best to use the command-line tool to dump the data to a file of 
SQL commands, then use that file to create a new database.  But even that may 
not work properly, depending on the nature of the corruption in your data file.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to