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


TSQLMemTable.ImportTable
TSQLMemTable
Top 

Imports a table from any datasource.

function ImportTable(SourceTable: TDataset; var Log: String): Boolean; overload;
function ImportTable(SourceTable: TDataset): Boolean; overload;

Description
Imports a table from any datasource to the SQLMemTable format.
If succeed the current table will be replaced with the imported one.

SourceTable is a data source of a table to be imported.
Errors and warning messages are stored into the Log variable.

If the import process completed successfully, this function returns True. The Log parameter will be a blank string.This function returns False, indicating that some errors occured. The error and warning messages will be returned in the Log variable.


© AidAim Software SQLMemTable: