LiteDAC

TLiteConnectionOptions.EnableLoadExtension Property

Enables loading and using an SQLite extension:

Class

TLiteConnectionOptions

Syntax

property EnableLoadExtension: boolean default False;

Example

LiteConnection.ExecSQL('SELECT load_extension(''C:\ext.dll'', ''sqlite3_ext_init'');'); 
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback