"John Horton" <[email protected]>
wrote in message news:[email protected]
> I am new to sqlite, please could someone tell me how to open a UTF-16
> databse using the sqlite_open_v2() API function ?

Right after sqlite_open_v2, run

PRAGMA encoding = 'UTF-16';

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to