With the records count == 60000 this procedure lasts about 42 seconds.
But when I'm copying the content of one dataset to another using
LoadFromDataSet, it lasts about 900 ms.
I just can't figure out the big difference, because in LoadFromDataSet
there is a function fetchRecord which is
callin for every record of source dataset.
Thanks in advance for your explanations.