Rob Sciuk <[EMAIL PROTECTED]> wrote:
> In a test harness, I'm using a sqlite3_prepare/bind/step/finalize
> sequence to add rows to a table, and then add them again,
> intentionally violating the unique index constraints.  It appears
> that sqlite3_step reports the violation (sqlite3_errorMessage), and
> then the details (the offending column numbers) are only reported
> when I check the error in the sqlite3_finalize() routine ...

http://sqlite.org/c3ref/prepare.html

Igor Tandetnik 



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

Reply via email to