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


TSQLMemTable.LoadAllTablesFromFile
TSQLMemTable
Top 

Loads in-memory tables from an external file.

procedure LoadAllTablesFromFile(const FileName: string);

Description
Call LoadAllTablesFromFile to load multiple tables (both structure and data) from 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 SaveAllTablesToFile method.


© AidAim Software SQLMemTable: