"jayanth KP" <[EMAIL PROTECTED]> wrote:
> Hi Richard,
>     I downloaded the sqlite-2.8.17.bin from sqlite.org (sqlite-2.8.17.bin.gz) 
> and ran it on media.vdb.corrupt. I am getting the following error . I am 
> confused how were you able to open this file. Plz open media..vdb.corrupt.
> 

Once a file gets corrupted, there is nothing that can magically
undo the corruption.  

What I did to open the file was put both the database as it
appeared on disk after the power failure, but before it was
opened by your broken version of sqlite, and the rollback
journal together in the same directory.  Then I opened the
database with a working version of SQLite and it recovered
the database correctly.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to