Easily Optimize Multiple SQL INSERT Commands In A Single Step With Array DML In Delphi
December 31, 2020
TheBatchsample shows you how to use theArray DML executiontechnique to execute multiple SQLINSERTcommands in a single step to optimize database population performance. To this end, the sample uses theIFDPhysCommandinterface to set an array of values for each parameter and theExecutemethod inArray DMLmode to populate the…