Re: [sqlite] Sqlite database integrity check fails with disk I/O error (10)

2011-06-20 Thread Danny
drive issues, this would in all likelihood take care of any read errors. --- On Mon, 6/20/11, Raja Kondu wrote: From: Raja Kondu Subject: [sqlite] Sqlite database integrity check fails with disk I/O error (10) To: sqlite-users@sqlite.org Date: Monday, June 20, 2011, 11:25 AM Hi I am using the S

Re: [sqlite] Sqlite database integrity check fails with disk I/O error (10)

2011-06-20 Thread Pavel Ivanov
> Can some one help me why the disk I/O error occured during the > sqlite3_prepare()  statement ? Because while preparing the statement SQLite must read schema from the database. And although in case of integrity check it's not really necessary I think it's still the general rule and is done befor

[sqlite] Sqlite database integrity check fails with disk I/O error (10)

2011-06-20 Thread Raja Kondu
Hi I am using the Sqlite database in the linux box . Here I am encountered the disk I/O error when I perform the integrity check on the database. The error occuted during the sqlite prepare statement only. The prepared select statement is : " pragma integrity_check " retValue = sqlite3_prepare(