It's checking with OK, BUSY, 101 and some other errors. But not disk io, image malformed errors. How to handle these errors in run time? these databases have critical information about customers. We cannot stop application. Any inputs?
On Fri, Dec 7, 2012 at 1:20 AM, Simon Slavin <[email protected]> wrote: > > On 6 Dec 2012, at 7:47pm, dd <[email protected]> wrote: > > > No. I replaced with fresh database. I want to prevent these errors in our > > customers place for future purpose. > > Run the integrity check every so often and see if the problem occurs > again. Make sure that your program checks the result returned by every > SQLite API call to make sure it is SQLITE_OK. > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

