On 7 Sep 2012, at 2:18pm, Rob Richardson <rdrichard...@rad-con.com> wrote:

> One number (I don't know off hand which) is labeled SQLITE_ROW, which you are 
> using.  Another is SQLITE_DONE.  Another is SQLITE_MISUSE.  There are several 
> of them.

Quite right.

<http://www.sqlite.org/c3ref/c_abort.html>

One generally tests explicitly for SQLITE_ROW and for SQLITE_DONE, then treat 
any other code as an error which must be logged and/or reported to the user.

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

Reply via email to