A client of mine reported a problem with a malformed DB.
I tried to recovery the DB but without success.
If I edit the file with an hex editor I see any data, but using sqlite I can't access it.

>sqlite3 data.sqlite
SQLite version 3.3.12
Enter ".help" for instructions
sqlite> PRAGMA integrity_check;
SQL error: malformed database schema - unrecognized token: "?"
sqlite> .dump
BEGIN TRANSACTION;
COMMIT;
sqlite> vacuum;
SQL error: SQL logic error or missing database
sqlite>

Is there some way I can recover the data?

Thanks

Paolo

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to