Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Delphi and ORACLE REF CURSOR
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
![]() |
![]() |