Igor Tandetnik wrote:
> You can mix and match encodings in your application. The database 
> encoding determines how strings are actually stored in the file (and 
> it's database-wide, not per table). SQLite API converts back and forth 
> as necessary.
>   
Very inneficiently, but yes, it does. I suggest to the OP to use
parameterised queries if you need to use string values, otherwise,
you'll see significant overhead from conversions back and forth between
utf8 and utf16 inside the sqlite code.
> Igor Tandetnik 
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   


-- 
Bill King, Software Engineer
Qt Software, Nokia Pty Ltd
Brisbane Office

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

Reply via email to