RE: [sqlite] In memory database question

2007-08-28 Thread Virgilio Alexandre Fornazin
] Sent: terça-feira, 28 de agosto de 2007 12:56 To: sqlite-users@sqlite.org Subject: Re: [sqlite] In memory database question Hi, I did tried something crazy like this (it worked, for read only DB only). I changed pread to preadCustom api.Then in preadCustom maintained a static fdArray. if fd

Re: [sqlite] In memory database question

2007-08-28 Thread RaghavendraK 70574
it! * - Original Message - From: Virgilio Alexandre Fornazin <[EMAIL PROTECTED]> Date: Tuesday, August 28, 2007 8:42 pm Subject: [sqlite] In memory database question > Hi > > > > There´s possible to share a sqlite3 handle to a m

[sqlite] In memory database question

2007-08-28 Thread Virgilio Alexandre Fornazin
Hi There´s possible to share a sqlite3 handle to a memory database in all threads of application? Or there´s a way to ‘duplicate’ the handle (sqlite_open() or something like that)?