> On Sep 1, 2017, at 11:23 AM, Papa <p...@arbolone.ca> wrote:
> 
> I get an error indicating that binary_sql_statement evaluates to NULL.

Most often that means there's a syntax error in the SQL statement.
You should call sqlite3_errcode() to get the error code, and sqlite3_errmsg() 
to get an error message.

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

Reply via email to