SQLite Forum

How to Load SQLite db file from IsolatedStorage Location
Login

How to Load SQLite db file from IsolatedStorage Location

(1) By anonymous on 2021-01-18 14:02:08 [link] [source]

Hi,

Is it possible to store and load the SQLite database file from the Isolated Storage Location using C#. Net?

(2) By Larry Brasfield (LarryBrasfield) on 2021-01-18 15:55:05 in reply to 1 [source]

Because "Isolated Storage" has the same semantics as other parts of the filesystem, and is accessed using the same API's, it ought to work. Why don't you try it and see?