"Tzu-Chien Chiu" <[EMAIL PROTECTED]> wrote: > > Is it true: the only way the fetch the values of the fields in UTF-16 > is to write another version of sqlite3_exec() wrapping sqlite3_*16() > functions? >
You do not have to write a new sqlite3_exec16() from scratch. You can make a copy of sqlite3_exec() and with a few simple edits turn it into sqlite3_exec16(). -- D. Richard Hipp <[EMAIL PROTECTED]>