On 9 Jan 2011, at 2:48pm, BareFeetWare wrote: > How can I get the more descriptive error via sqlite3_*() routines?
http://www.sqlite.org/c3ref/errcode.html I'm guessing your 'constraint failed' is just the numeric result 19. Using sqlite3_errmsg() or sqlite3_errmsg16() should get you the long text version. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

