Hi dear sqlite users,
I am using SQLite In-Memory Database in my application.
My application is written in C#.
I am trying to create an In-Memory Database that can be opened by multiple
connections as descripted in this link.
What it is the right format of connection string in this case?
I have tried
SQLiteConnection connection = new SQLiteConnection("Data
Source=file::memory:?cache=shared");
SQLiteConnection connection = new SQLiteConnection("Data
Source=file://:memory:;cache=shared");
None of these worked.
Thanks in advance!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users