> 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.