Re: [sqlite] sqlite-users Digest, Vol 125, Issue 28

2018-05-28 Thread Abhishek Ginani
I asked the same question on stackoverflow and got the answer. Please have a look here - *https://stackoverflow.com/questions/50551624/sqlite-is-creating-a-disk-file-for-in-memory-db * Thanks for your

Re: [sqlite] sqlite-users Digest, Vol 125, Issue 28

2018-05-28 Thread dmp
> I tried to create a shareable in-memory database as per the documentation > provided on SQLite Site. But I end up finding the solution to the > problem. > > *Here is my code in C#*: > > > var connectionString = "Data > Source=sharedmemdb;Mode=Memory;Cache=Shared"; > > > using (var connection1