On Sun, 2005-02-27 at 22:37 -0400, [EMAIL PROTECTED] wrote: > Hi All, > > Anyone have idea when sqlite will support sqlite3_exec16. Since > sqlite3_exec return important error information for the execution error. > Supporting exec16 is urgent for unicode application. >
The implementation of sqlite3_exec() uses only published APIs. The implementation is in the legacy.c source file. Make a copy. Adjust as needed for UTF-16. Sqlite3_exec() exists for legacy users only. There are no plans to ever support sqlite3_exec16(). -- D. Richard Hipp <[EMAIL PROTECTED]>