Exports table content.
function ExportTable(DestinationTable: TDataset; CreateTablePointer: TProcedure; var Log: String): boolean;
Description
Exports table content to another dataset.
If export succeeded then ExportTable returns true and Log is blank.
If any export error occurs then ExportTable returns false and Log parameter contains error messages.
DestinationTable is a dataset to export to.
CreateTablePointer is address of procedure used to create destination table.
Warning: ExportTable method doesn't export table indexes.
|
|