Hi,

I have a windows metro app which uses SQLite database.

I want to create and write to a SQLite db file present in user's documents
library.

I am able to do so only in the app's local data folder and app's installed
location which I do not want. But unable to so so in the users documents
library.

 Even though I have permissions to access the user's documents folder, when
I run the app, I get an exception of type 'SQLite.SQLiteException'  ; Could
not open database file: C:\\Users\\XXXX\\ Mydata.s3db (CannotOpen)

Would be very grateful if you could please let me know how this can be
fixed.

Thanks

Vedika
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to