Re: [sqlite] SQLite and Memory Databases

2011-02-09 Thread Bastian Clarenbach
, at 10:14am, Bastian Clarenbach wrote: > > > My environment does not have direct file access, instead I can only > request > > files and get a memblock returned that contains the entire file. I am > trying > > to figure out how to do one, preferably both, of the following

[sqlite] SQLite and Memory Databases

2011-02-09 Thread Bastian Clarenbach
Hi, My environment does not have direct file access, instead I can only request files and get a memblock returned that contains the entire file. I am trying to figure out how to do one, preferably both, of the following scenarios. 1. I want to create a database 'offline' and then load and use