>> convert->toString

>Please check this function to make sure it does what you think it
>does.  What happens if you leave it out and process the raw C string
>instead ?

You would have to change the string definition to a "normal" ASCII string.  

It is currently defined as UCS-2 characters and sqlite_prepare_v2 does not 
accept UCS-2 (2 byte characters), one single-byte ASCII (7-bit of a byte) or 
UTF-8.




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

Reply via email to