Hi,
Up until now I have been using the standard:
SQLiteConnection cnn = new SQLiteConnection("Data Source=" + fileName);
method to open a database.
Now i'd like to read the database from an existing C# Stream.
Any advice on if this is possible and if so how to go about it would be much appreciated.
Thanks in advance!