Although most of the online documentation for SQLite is OK, I had to
go all the way and buy "The Definitive Guide to SQLite" by Michael
Owens to answer most of my "nuts and bolts" inquiries on the matter.
Most of what you describe seems to be doable without too much hassle.

On Mon, Aug 18, 2008 at 2:32 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
>
> On Aug 18, 2008, at 2:17 PM, Darren Landrum wrote:
>
>> An object of the class Preset will have the functions to load a
>> database into memory
>
>
> Why do you want to load the database into memory?  Why not just open
> it and use it off of disk?
>
> D. Richard Hipp
> [EMAIL PROTECTED]
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
// --------------------------------------
Enrique Ramirez Irizarry
Lead Developer
Indie Code Labs
http://www.indiecodelabs.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to