Declaration

procedure CopyRecords(aSrcTable: TnxDataset; aCopyBLOBs: Boolean; aMaxTransSize: Integer = 0);

 
Description

The method copies all visible records from the source dataset to the current table.

It correctly uses the ranges/filters on the source table.

 
Parameters

aSrcTable: TnxDataset

the dataset the records are coming from. apply filters/ranges if you want to restrict the records

aCopyBLOBs: Boolean

set to true if you want to copy the blob fields too

aMaxTransSize: Integer = 0

number of dirty mem blocks to copy in one transaction

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDataset