I tried this call. It works. But, the db file is created only with the first
character name
and the extenstion is also missing. (its like 't')

I think that your compiler's wchar_t is 32bit.
But sqlite3_open16() requires 16bit characters.

Try the following code.

sqlite3_open16( "t\0e\0s\0t\0.\0d\0b\0\0", &db );

Regards,

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to