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


TSQLMemTable.ExportTable
TSQLMemTable   Example
Top 

Exports a table to any other table or dataset.

function ExportTable(DestinationTable: TDataset; CreateTablePointer: TProcedure; var Log: String): Boolean; overload;
function ExportTable(DestinationTable: TDataset; CreateTablePointer: TProcedure): Boolean; overload;

Description
Exports a table from the SQLMemTable format to any dataset.
If succeed returns True and Log = '', otherwise the error message will be stored in a Log variable.
DestinationTable is a dataset or a table to export to.
CreateTablePtr is a pointer to the global procedure where create table method or its anlaog is called.



© AidAim Software SQLMemTable: