LiteDAC

TLiteConnectionOptions.Direct Property

Used to connect to the database directly, without the SQLite3 client library.

Class

TLiteConnectionOptions

Syntax

property Direct: boolean default DefValDirect;

Remarks

Use the Direct property to connect to the database directly using the embedded SQLite3 engine, without the SQLite3 client library.

The Direct mode also enables you to work with an encrypted database using the EncryptionAlgorithm and TLiteConnection.EncryptionKey properties and the TLiteConnection.EncryptDatabase method.

See Also

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