TTdbBatchMove.ProblemCount
TTdbBatchMove
Top 


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

property ProblemCount: LongInt;

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.