Ah, so it does! I obviously misread your previous suggestion that was spot
on.

And now it certainly works, memory db with shared cache in
System.Data.SQLite. :)

Thank you for your help. :)

-- 
Bernhard

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin
Sent: 25. juli 2012 22:04
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] Compiling System.Data.SQLite with latest sqlite3.dll


Please use the following and try again:

con.ProviderConnectionString = "FullUri=file::memory:?cache=shared;";

The "FullUri" property supersedes the "Data Source" property.

--
Joe Mistachkin

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

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

Reply via email to