SQLite Data Access Components litedac@devart.com
Readme  

Product Description

SQLite Data Access Components (LiteDAC) is a library of components that provides access to SQLite databases from Delphi, Delphi for .NET, and C++Builder. LiteDAC directly uses SQLite client software to connect to database. LiteDAC is designed to help programmers develop really lightweight, faster and cleaner SQLite database applications.

Requirements

Applications based on LiteDAC require SQLite client software only. LiteDAC dynamically loads SQLite client DLL (sqlite3.dll) available on user systems. To locate DLL you can set either the global variable SQLiteDLL, defined in LiteCall unit, or TLiteConnection.ClientLibrary property with path to the client library. By default LiteDAC searches client DLL (sqlite3.dll) in directories specified in the PATH environment variable.

Installation

Compiled versions of LiteDAC are installed automatically by the LiteDAC Installer for all supported IDEs. Versions of LiteDAC with Source Code must be installed manually. For more information, see the Installation topic of the LiteDAC Help documentation.

It is important to know that ODAC, SDAC, MyDAC, IBDAC, PgDAC and LiteDAC components use common base packages, so product compatibility is provided for the current build only. In other words, if you upgrade one of the installed products, it may conflict with older builds of the other products. In order to continue using the products simultaneously, you should upgrade all of them at the same time.

Documentation and informational resources

LiteDAC comes with full documentation, which includes a detailed reference for all LiteDAC components and classes, and a set of articles that highlight LiteDAC advanced functionality. The LiteDAC documentation is integrated into your IDE at the install time. It can be invoked from the LiteDAC menu added to the Menu Bar, or by pressing F1 in an object inspector or on a selected code segment.

If you have a question regarding LiteDAC, visit the LiteDAC forum online at http://devart.com/forums/viewforum.php.

If your problem is not covered in the documentation or forum, refer to the Getting Support topic in the LiteDAC help for information on how to contact the LiteDAC support team.

 

 


© 1997-2024 Devart. All rights reserved.