On 1/6/2013 7:10 PM, Walter wrote:
sqlite3_prepare16_v2 (vMdb, ws.c_str (), ws.size (), &stmt, &tail);
The third parameter of sqlite3_prepare16_v2 is the length of the string
*in bytes*, not in characters. You are effectively passing only half the
statement.
--
Igor Tandetnik
Thank you Igor and Yuriy
Since I only use the English language I am going to stick ..prepare_v2
and friends
have found a simple way to convert to and from the GUI.
Hopefully it won't trip me up down the track
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users