On 2/28/07, Pavan <[EMAIL PROTECTED]> wrote:
Hi,

When i tried to create the db file using API sqlite3_open16("test.db",&db)
it creats the file name with some junk
characters.

Shouldn't it be "sqlite3_open16(L"test.db",&db)" ?

Regards,
~Nuno Lucas

The file name is correct if i use sqlite3_open("test.db",&db).  Does it mean
sqlite3 does not support
UTF16 encoding ?
or
Am i missing some package ?

Thanks,
Pavan.

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

Reply via email to