Sorry that where the Spanish quotation it is just E:\db.dat. if there is any strange char it is about the email not the code.
I can assure that is not just a newbie issue, it is more complex I think it has to be something with permissions or how internally looks for the file. -----Original Message----- From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Scott Doctor Sent: 27 June 2015 18:11 To: General Discussion of SQLite Database Subject: Re: [sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue On 6/27/2015 9:37 AM, Juan Pablo Garc?a Coello wrote: > path to the removable storage path like ??E:\db.dat?? and it always tells > CannotOpen. Your email is using charse gb2312 which is a Chinese character set. four of the characters are not mapping to UTF-8 properly. A problem may be that you are passing invalid UTF-8 to SQLite which may be causing the inability to open the file. the invalid characters are 0x3f ox3f which is not a valid UTF-8 sequence. ------------ Scott Doctor scott at scottdoctor.com ------------------