Skip to content
Prev 1235 / 1559 Next

DB updates with ROracle - ORA-01000

David,

You are missing a call to dbClearResult right after dbSendQuery. This call will release the cursor. However, a better way to do this is to use bulk binds. I had an example in my previous post to this list. The question was about doing this in RPostgreSQL. If you have trouble finding it I can resend it to you.

Denis
On Oct 7, 2012, at 5:16 PM, David <david at serendipityscience.com> wrote: