>
>Try doing:  sqlite3 old-database .dump | sqlite3 fixed-database
>
>Then verify that "fixed-database" still contains all of your data.

This doesn't work on these databases, even undamaged ones.  I think
it's a buffer size problem with sqlite3.  The databases contain some
rather long text strings.  

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

Reply via email to