[Lazarus] Sqlite usage

Michael Van Canneyt michael at freepascal.org
Thu Jan 15 17:35:00 CET 2009



On Fri, 16 Jan 2009, SteveG wrote:

> Is it possible to have the sqlite3.dll library (WinXP) dynamically 
> loaded  rather than static linked into my Laz program ?
> The sqlite dll is not in the Windows path (by choice), and I would like 
> to be able to point my prog to it at run time.
> 
> At the moment, I just have the sqlitedb unit in the 'uses' of my app.

The SQLDB sqlite connection loads the library dynamically.

Michael.



More information about the Lazarus mailing list