One thing I noticed in the API ref for sqlite3_bind_text()
and sqlite3_bind_blob() is there's no info describing what
the fourth arg is for.  After some trial and error, I
discovered it's to describe the length of the string/blob
in the third arg (duh!) :-)

 -Clark



Reply via email to