Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Delphi and ORACLE REF CURSOR

Delphi and ORACLE REF CURSOR

From: <leduc_nicole_at_my-deja.com>
Date: Wed, 20 Dec 2000 10:23:10 GMT
Message-ID: <91q1ab$ltm$1@nnrp1.deja.com>

I'm wondering how to manage stored procs with REF CURSOR, with code. Not with components, see ?

Something like :
while not MyQuery.Eof do
begin
// working with MyQuery stuff
MyQuery.Next;
end;
But with the Stored Proc, returning REF CURSOR (instead of a Query) in the code above.

Any idea ?
Nicole

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 20 2000 - 04:23:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US