On 18 Aug 2012, at 1:51am, Wayne Bradney <wayne_brad...@yahoo.com> wrote:

> I'm using System.Data.SQLite version 1.0.81.0, and I'm trying the following 
> connection string: FullUri='file::memory:?cache=shared;  when I Open() the 
> SQLiteConnection, I get: Invalid ConnectionString format for parameter 
> "FullUri" What am I doing wrong?    

I think it's the quote.  Try using

FullUri=file::memory:?cache=shared;

instead.  If that doesn't work, try just

FullUri=file::memory:

for debugging purposes.

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

Reply via email to