RE: [sqlite] sqlite3_open16 with unicode string

2005-10-20 Thread Benoit Gantaume
.com -Original Message- From: Benoit Gantaume [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 5:42 PM To: sqlite-users@sqlite.org Subject: [sqlite] sqlite3_open16 with unicode string Hi all, I have a little problem when trying to open database that contain Uni

[sqlite] sqlite3_open16 with unicode string

2005-10-19 Thread Benoit Gantaume
Hi all, I have a little problem when trying to open database that contain Unicode caracters: Here is a small sample: wstring lPath = L"c:\\\x4ECA\x6708 database.db"; DWORD lReturn = sqlite3_open16((void *)lPath.c_str (), &this->cdb); This works correctly, but the problem is that the database n