On Tue, 29 Sep 2009 07:07:54 -0700 (PDT), bigboss97
<[email protected]> wrote:

>
>My program is using sqlite3_exec() to run SQL command which has the type of
>char*. Now I want to allow unicode in my DB. What do I have to change?
>Obviously, sqlite3_exec() won't work any more.
>
>Phuoc

This page tells it all in a nutshell:
http://www.sqlite.org/c3ref/stmt.html
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to