I have a small corrupted sqlite 3 database.

sqlite> pragma integrity_check;
SQL error: database disk image is malformed
sqlite> .dump
BEGIN TRANSACTION;
COMMIT;
sqlite>

Is there any change of some data recovery? If i take a look with a hex
viewer i can still see the CREATE TABLE declarations. I've checked the
header with the hex viewer and it looks ok.
Are there any tools for a more detailed analisys?

Thanks

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

Reply via email to