"John Horton" <john_horto...@hotmail.com>
wrote in message news:bay133-w13a6a75442d8e3136ce6a9b...@phx.gbl
> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to