LiteDAC

TLiteConnection Class

Represents an open connection to a SQLite database.

For a list of all members of this type, see TLiteConnection members.

Unit

LiteAccess

Syntax

TLiteConnection = class(TCustomDAConnection);

Remarks

The TLiteConnection component is used to maintain connection to the SQLite database. After setting the Database and EncryptionKey (if needed) properties, you can establish a connection to the database by calling Open or Connect methods or setting the Connected property to True. All components which are dedicated to perform data access, such as TLiteTable, TLiteQuery, TLiteSQL, must have their Connection property assigned with one of the TLiteConnection instances.

Inheritance Hierarchy

TCustomDAConnection
   TLiteConnection

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