On Thu, Nov 17, 2011 at 3:04 PM, Tal Tabakman <[email protected]>wrote:
> Hi Guys, > in which cases can I get sqlite3 error "disk I/O error", is it only when > disk is full ? > any other reasons for getting this one ? > Lots of reasons. Use sqlite3_extended_errcode() to get a more detailed error code that can help isolate the problem. And/or use sqlite3_config(SQLITE_CONFIG_LOG,...) to register a callback function that will give more detailed error messages. > cheers > Tal > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

