Hello to all!
I am using Array DML to insert large csv files in my database.
My testfile has 50000 lines.
After creating the variant arrays for each column the memory usage of the whole program is around 100mb. Than I declare and set the variables in the TOracleQuery. With types otFloat and...