Op maandag 3 mei 2004 22:31, schreef Darren Duncan:
> At 8:06 PM +0200 5/3/04, Frederic Faure wrote:
> >Hi,
> >Since the performance of SQLite are so great, my dad and I were
> >wondering if SQLite used a Windows API to tell it not to unload
> >SQLite from RAM even if no program was still calling it, so that the
> >next time a program loaded it, it would still be up and running in
> >RAM, with data also loaded?

There is a file, an interface-file in pascal (Delphi), it is called 
sqlite.pas, somewhere on the internet. I use it a lot. It is very handy, it 
encapsulated all conversions to PChar, etc, returns strings and stringlist, 
easy to handle and important:
It loads sqlite.dll in the initialisation part, and keeps it loaded, so as 
long as you do not destroy the sqlite-object in this file, the dll stays 
loaded.

I guess this kind of things are also possible in other 
development-environments.

Bert Verhees


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to