SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemTable.LoadTableFromFile
TSQLMemTable
Top 

Loads an in-memory table's data from a file.

procedure LoadFromFile(const FileName: string);

Description
Call LoadFromFile to populate the Data property of the in-memory table with data stored in an external file. FileName is the name of the file containing the data to load.

Note:   FileName must contain data saved to a file by a previous call to this or another table's SaveToFile method.


© AidAim Software SQLMemTable: