> > Stupid question, but how can i create an in-memory database with
> > SQLite.NET provider? When i use Data Source=:memory: i get an exception
> > that the specified file isn't found.
> 
> If you are using the ADOSQLiteDotNet provider from SourceForge, add 
> "New=True" 
> to your connection string.

To clarify, my connection strings for in-memory databases look like this:

"Data Source=:memory:;Version=3;New=True"

Reply via email to