- Delphi Cookbook
- Daniele Spinetti Daniele Teti
- 66字
- 2025-04-04 16:22:46
There's more...
You can use the Mappings collection property if you need different fields mapped from source to destination.
You can use the LogFileAction and the LogFileName properties, provided by the TFDBatchMove component, to log data movement.
You can use the ReadCount, WriteCount (or InsertCount, UpdateCount, DeleteCount), and ErrorCount properties to get the batch moving statistic.
Here are some Embarcadero documents about TFDBatchMove: http://docwiki.embarcadero.com/Libraries/en/FireDAC.Comp.BatchMove.TFDBatchMove.