[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-29 Thread Howard Kapustein
: Sunday, June 28, 2015 11:58 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue In one way I am happy to know that there is people having a great knowledge about these matters. At this moment I am sure that compiling

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-29 Thread Howard Kapustein
>> Thank you for your really specific answer, I will go to the IoT forum, >> insider, etc to make the request. >Don't bother. They won't change it. The inability to access these places is >intentional. It means that programs can't read each-other's files so malware >programs (e.g. spyware,

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-29 Thread Simon Slavin
On 29 Jun 2015, at 7:29am, Juan Pablo Garc?a Coello wrote: > Thank you for your really specific answer, I will go to the IoT forum, > insider, etc to make the request. Don't bother. They won't change it. The inability to access these places is intentional. It means that programs can't

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-29 Thread Juan Pablo García Coello
in UWP for SQLite database - sqlite3_open_v2 issue On 29 Jun 2015, at 7:29am, Juan Pablo Garc?a Coello wrote: > Thank you for your really specific answer, I will go to the IoT forum, > insider, etc to make the request. Don't bother. They won't change it. The inability to

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-29 Thread Juan Pablo García Coello
:08 To: 'General Discussion of SQLite Database' Subject: [sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue SQLite uses CreateFile2 in a Windows store aka UWP application https://msdn.microsoft.com/en-us/library/windows/desktop/hh449422(v=vs.85).aspx When called from

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-28 Thread Howard Kapustein
for SQLite database - sqlite3_open_v2 issue (Juan Pablo Garc?a Coello) 2. Re: RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue (Scott Doctor) 3. Re: RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue (Juan Pablo Gar

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-27 Thread Juan Pablo García Coello
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

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-27 Thread Juan Pablo García Coello
I have tested a SQLite database with the typical, working like a charm: Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, "db.dat"); I wanted to create the database in an external storage, to do that I need to add the following steps: 1.- Add Capability to use

[sqlite] RemovableStorage in UWP for SQLite database - sqlite3_open_v2 issue

2015-06-27 Thread Scott Doctor
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