On 15 Oct 2010, at 6:43pm, Jeff Flanigan wrote: > Cool, that definitely tells me the db is corrupt. Is there any way to recover > a corrupted db, or is it completely borked?
http://www.sqlite.org/sqlite.html Use the command-line tool to dump the database as a text file (a long list of SQL commands). Then try to read that again. It might work. If it produces the wrong results or error messages you might be able to fix the problem by editing the file before you import it. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users