Cory Nelson wrote:
I'm trying to insert some UTF-16 into my database but I'm getting a
"datatype mismatch" error when I call sqlite3_step() after i bind the
string with sqlite3_bind_text16().


You are trying to insert something that is not an integer into a column of type INTEGER PRIMARY KEY.


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to