Andrew Finkenstadt wrote:
It would appear that by using bind variables instead of '%Q' in the SQL
string, the need for sqlite3_encode_binary and sqlite3_decode_binary is
eliminated.  Is that indeed the case?

Andy,

Yes that is the case. You can use sqlite3_bind_blob to pass arbitrary binary data to an SQL statement without worrying about special quoting.

Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to