Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brass Tilde wrote: >>>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

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brass Tilde wrote: >>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

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Berkenbosch wrote: > 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. > > Can anyone explain to me how it is done ?

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Brass Tilde
> > 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 stri

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Brass Tilde
> 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.

[sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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. Can anyone explain to me how it is done ? Thanks in advance. Regards Peter