.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
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
2 matches
Mail list logo