Re: [sqlite] Attach on disk database to memory database

2010-10-15 Thread Schoinya
Dan Kennedy-4 wrote: > > > On Oct 15, 2010, at 11:40 PM, Schoinya wrote: > >> >> Hello everybody >> >> I'm trying to attach on disk database to in memory database. >> >> But I get the strange error : SQLite error unrecognized token: ":" >> >> The following is the code: >> >>SQ

Re: [sqlite] Attach on disk database to memory database

2010-10-15 Thread Dan Kennedy
On Oct 15, 2010, at 11:40 PM, Schoinya wrote: > > Hello everybody > > I'm trying to attach on disk database to in memory database. > > But I get the strange error : SQLite error unrecognized token: ":" > > The following is the code: > >SQLiteConnection connInMemory = new > SQLit

[sqlite] Attach on disk database to memory database

2010-10-15 Thread Schoinya
Hello everybody I'm trying to attach on disk database to in memory database. But I get the strange error : SQLite error unrecognized token: ":" The following is the code: SQLiteConnection connInMemory = new SQLiteConnection("Data Source=:memory:"); connInMemory.