Hi All,
I use Array DML and the .execute(n); call. If I send 20 records at once and record 10 has an error, I catch the error, and then I move the data in the arrays down and execute it again, repeating this process as needed. The api that I used before switching to ODAC had an overloaded .execute call that also took the array start position. This allowed re-calling the execute with the same arrays but with a different start position (avoiding all the data moving that I am currently doing.) Is there a better way for me to do this with ODAC? Alternately could an overloaded .execute( iters, startpos) be added?
Thanks for any suggestions!
-Mark Ford
Benthic Software