Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRTable.ExportTable
TACRTable   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 Accuracer 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.

Note:The process of export may take a long time if you work with large table. You may set the OnProgress event handler to provide the user with a feedback about the progress of the slow process or to cancel the process.  



© AidAim Software Accuracer: Client Server Single-file Bde Replacement Delphi Database Embedded Databas