Recent content by Jeff Watson

  1. J

    Large Array DML problem

    Thanks for the investigation Marco. I've make changes to my code to not attempt to process variant arrays larger than 60,000 records.
  2. J

    Large Array DML problem

    Hi Marco, Thanks for the quick response. I constructed a small program in Delphi 6 to try and duplicate this problem as follows: I'm using a table with three fields each of which is a NUMBER(10) and all of which are part of the Primary Key. I created a new Project, dropped a TOracleSession...
  3. J

    Large Array DML problem

    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...
Back
Top