in a continuation to the below, it seems I get the following extended err
code
SQLITE_IOERR_WRITE
what are the reasons for that one ? is it a symptom of mem blow-up ?
cheers
Tal

>* 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.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to