Does this mean that the in memory database can be accessed by more than one task without giving schema corruption?
This is the problem I was having the 2.8.x... version...
Tezo ----Original Message Follows---- From: "D. Richard Hipp" <[EMAIL PROTECTED]> Reply-To: sqlite-users@sqlite.org To: sqlite-users@sqlite.org Subject: RE: [sqlite] Any successful VxWorks ports out there? Date: Wed, 02 Mar 2005 15:13:18 -0500
On Wed, 2005-03-02 at 19:35 +0000, Mr. Tezozomoc wrote: > I have successfully port 2.8.15 to vxworks.... > The in memory database is very problematic.... >
Note that the in-memory database for version 3.x is completely new and uses a different approach than the in-memory database in version 2.8.x. So whatever the problems were that Mr. Tezozomoc had, they may well be gone now. -- D. Richard Hipp <[EMAIL PROTECTED]>