TurboDB VCL Component Library

TTdbBatchMove.ProblemCount

TTdbBatchMove

Previous  Top  Next

Indicates the number of records which could not be added to Destination without loss of data due to a field type mismatch.

Delphi syntax:

property ProblemCount: LongInt;

C++ syntax:

__property int ProblemCount = {read=FProblemCount, nodefault};

Description

Read ProblemCount to learn the number of records from the Source that had field values which could not be mapped to destination fields. If the data source is a text file this happens if the string in the input file does not fit the target column, e.g. the string "a" can not be assigned to a date field.