A.J.Millan wrote: > Because some complex manipulations in my dBase, and probably because > my weakly knowledge of the SQL, currently I'm using extensively the > sqlite3_get_table function. > > Now I'm embraced in porting the application to Unicode and need some > like a sqlite3_get_table16 version who let use a zero-terminated > UTF-16 string in its 2nd parameter.
There ain't no such thing. Now would be a good time to switch to prepared statements - see sqlite3_prepare, sqlite3_step, sqlite3_finalize, sqlite3_bind_*, sqlite3_column_* Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users