LiteDAC

TLiteLoader Class

TLiteLoader allows to load external data into the database.

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

Unit

LiteLoader

Syntax

TLiteLoader = class(TDALoader);

Remarks

TLiteLoader allows to load external data into the SQLite database. To specify the name of the loading table set the TableName property. Use the Columns property to access individual columns. Write the OnGetColumnData or OnPutData event handler to read external data and pass it to the database. Call the Load method to start loading data.

Inheritance Hierarchy

TDALoader
   TLiteLoader

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