Corey Nelson <corey.nel...@gmail.com> wrote: > Thanks Igor. Yup, it's corrupt. > > I had already suspected as much so I started writing a little program to > read everything and copy to a new database to save what I can. Is there a > better way to try and repair?
One way is to use sqlite3 command line utility. Run .dump on the old database, then .read on the new empty one. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users