[sqlite] “btreeInitPage() returns error code 11”

2016-02-02 Thread Richard Hipp
On 2/2/16, Felipe Gasper wrote: > I?ve got a corrupt SQLite database, and I?m trying to figure out what > produced the corruption. > > A ?pragma integrity_check? on it yielded the following. Does this trip > anyone?s ?danger sense? of what may have happened? > With few exceptions,

[sqlite] “btreeInitPage() returns error code 11”

2016-02-02 Thread Felipe Gasper
Hi all, I?ve got a corrupt SQLite database, and I?m trying to figure out what produced the corruption. A ?pragma integrity_check? on it yielded the following. Does this trip anyone?s ?danger sense? of what may have happened? Thank you! -FG SQLite

Re: [sqlite] btreeInitPage() returns error code 11

2010-11-12 Thread Wilson, Ronald
> > I've got a 500 mb database with one table that I set up to log system > > information over night and I arrive this morning to find this situation. > > The database was generated on windows using vbscript and the sqliteodbc > > driver based on sqlite 3.7.2. Do I have any hope of recovery? >

Re: [sqlite] btreeInitPage() returns error code 11

2010-11-12 Thread Richard Hipp
On Fri, Nov 12, 2010 at 10:31 AM, Wilson, Ronald wrote: > I've got a 500 mb database with one table that I set up to log system > information over night and I arrive this morning to find this situation. > The database was generated on windows using vbscript and the

[sqlite] btreeInitPage() returns error code 11

2010-11-12 Thread Wilson, Ronald
I've got a 500 mb database with one table that I set up to log system information over night and I arrive this morning to find this situation. The database was generated on windows using vbscript and the sqliteodbc driver based on sqlite 3.7.2. Do I have any hope of recovery? SQLite version