Hi,

Is it possible / can it be possible to set the error message (as would 
then be read by a call sqlite3_errmsg) from within a virtual table 
implementation.  For example, inside the xUpdate function when some 
constraint violation has occurred, to give a more accurate error message 
than the default one generated by returning SQLITE_CONSTRAINT.  I'm sure 
it probably is possible, but I haven't been able to locate the correct 
function to use!

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

Reply via email to