2009/7/13 SteveG <[email protected]>: > 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
