I am attempting to insert a very large number of records (66,736 in the case I'm workign on) into a table using Array DML in C++Builder 5 with Direct Oracle Access 3.4.6.4. In order to keep the user informed that something is going on I'm using the TOracleQuery.ExecuteArray method, pushing 1,000...