[Lazarus] SqLite
Henry Vermaak
henry.vermaak at gmail.com
Mon Jul 13 15:40:18 CEST 2009
2009/7/13 SteveG <steveg at nevets.com.au>:
> Anybody know if it is possible to dynamically load the sqlite library ?
> At the moment my app aborts if the lib is not found at startup, I would like
> to have control of this for a later stage
You can use sqlite3dyn unit, then use TryInitialiseSqlite,
InitialiseSQLite, ReleaseSQLite funcs. See fpc sources for more info.
I don't know how to do this with sqldb, though.
Henry
More information about the Lazarus
mailing list