Recent content by DTaylor

  1. D

    maximum open cursors exceeded (and I'm becoming one)

    [sigh] never mind. I found a rogue select in there that was getting orphaned on each iteration.
  2. D

    maximum open cursors exceeded (and I'm becoming one)

    I'm running a Delphi5 program that I've written with DOA 343. All it does is write new records into a table. after a given number of records I get the ora-1000 error. I'm re-using an OracleQuery (oq) for each update, but I oq.clear before using it, and I oq.close afterwards, which I would have...
  3. D

    Including DOA in a package

    Using D5, DOA, Oracle8 I'm starting to write a standard logon screen for our applications. Obviously, it'll use DOA. What I'd like to do is create a package that includes components like the logon dialog and other things. However, when I try to compile the component, I get various different...
Back
Top