[sqlite] detecting a corrupt database

2011-06-08 Thread dcharno
I have a database that returns SQLITE_CORRUPT during certain queries, but other than that it opens, closes and generally works fine. - Is there a way to check the database when its open, other than running through a bunch of test queries? - Is there any general way to fix corruption issues?

Re: [sqlite] detecting a corrupt database

2011-06-08 Thread Simon Slavin
On 8 Jun 2011, at 12:35pm, dcharno wrote: I have a database that returns SQLITE_CORRUPT during certain queries, but other than that it opens, closes and generally works fine. - Is there a way to check the database when its open, other than running through a bunch of test queries?