LiteDAC

Requirements

LiteDAC supports two different ways of work with SQLite databases. When the TLiteConnection.Options.Direct property is set to False, an application based on LiteDAC requires the SQLite client library. LiteDAC dynamically loads SQLite client DLL (sqlite3.dll) available on user systems. To locate DLL you can set the TIBCConnection.ClientLibrary property with the path to the client library. By default LiteDAC searches client DLL (sqlite3.dll) in directories specified in the PATH environment variable. When the TLiteConnection.Options.Direct property is set to True, then no additional files for the application are needed.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback