[sqlite] Re: Vacuum Error with 2.8.16

2005-03-15 Thread Andreas Rottmann
Mitchell Vincent <[EMAIL PROTECTED]> writes: > D. Richard Hipp wrote: >> Your database schema became corrupted. I do not know how it >> happened. >> I am unable to reproduce the problem. Without additional information >> there is nothing more I can do. > > What additional information can I provi

Re: [sqlite] Re: Vacuum Error with 2.8.16

2005-03-10 Thread Mitchell Vincent
Andreas Rottmann wrote: Mitchell Vincent <[EMAIL PROTECTED]> writes: What about saving the dump (presuming it is complete) and restore in a fresh DB? HTH, Rotty The dump isn't complete.. Several tables of data (and schema) are missing.. -- - Mitchell Vincent - kBilling - Invoices Made Easy! - http

[sqlite] Re: Vacuum Error with 2.8.16

2005-03-10 Thread Andreas Rottmann
Mitchell Vincent <[EMAIL PROTECTED]> writes: > It looks like one of the tables in the db is corrupted, I see this in > a .dump : > > I'm hoping this can be repaired or recovered in some way.. Any chance > of that? > What about saving the dump (presuming it is complete) and restore in a fresh DB?