RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove Properties

The properties of the TBatchMove class are listed here.

 
Name 
Description 
 
Indicates the number of records from the Destination table that are altered as a result of the batch operation. 
 
Reports the number of records which could not be replaced, added, or deleted from Destination because of integrity or key violations. 
 
Reports the number of records form the Source which were applied to the destination. 
 
Indicates the number of records which could not be added to Destination without loss of data due to a field type mismatch. 
 
Name 
Description 
 
Specifies whether the batch operation is terminated immediately when integrity or key violations occur. 
 
Specifies whether the batch operation is terminated immediately when it is necessary to truncate data to make it fit in the specified Destination
 
Specifies the name of a local Paradox table that is created to hold copies of all records from the destination table changed by the batch operation. 
 
Specifies how many records are batch moved before a commit occurs. 
 
Specifies the TTable object for the database table that is the destination of the batch operation. 
 
Specifies the name of a Paradox table that will be created to contain all records from the Source that cannot participate in the batch operation because of integrity or key violations. 
 
Specifies the column mappings for a batch operation. 
 
Mode 
Specifies what the TBatchMove object does when the Execute method is called. 
 
Specifies the name of a Paradox table that will be created to contain all records from the Source that contain fields which were trimmed to match the corresponding field type in the Destination table. 
 
Specifies the maximum number of records that are applied to the Destination when Execute is called. 
 
Specifies the dataset that is the source of the batch operation. 
 
Specifies whether the data in the Source records should be converted form the locale of the Source to the locale of the Destination when the Execute method is called. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!