I have a mult-threaded application. Each thread uses its own database handle. 
One thread got a return value of 11 (disk image malformed) - with the 
sqlite3_step statement (select statement). When we restarted the application 
after the failure the database recovered and did not give any error.

Why did the "sqlite3_step" statement returned a "disk malformed" error when the 
disk is not corrupt ?

Any help will be appreciated.

 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to