TurboDB VCL Component Library

TTdbBatchMove.TdbDataSet

TTdbBatchMove

Previous  Top  Next

Indicates the TurboDB table component, that is the source or destination for export or import.

Delphi syntax:

property TdbDataSet: TTdbDataSet;

C++ syntax:

__property Tdbdataset::TTdbDataSet* TdbDataSet = {read=FTdbDataSet, write=FTdbDataSet};

Description

Set TdbDataSet to the data set component into which you want transfer records or from which you want to export records. If Direction is bmdImport, records will be transferred from the external data source FileName or DataSet in to the table indicated by TdbDataSet. If Direction is bmdExport, the records will be written in the file from the data set component.