| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Delphi and ORACLE REF CURSOR
leduc_nicole_at_my-deja.com schrieb:
> I'm wondering how to manage stored procs with REF CURSOR, with code.
> Not with components, see ?
Yes. It works with a TStoredProc. You must set the REF CURSOR Parameter to
Result in the Params of the TStoredProc.
hth
Helmut
>
>
> 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 Fri Dec 22 2000 - 02:20:58 CST
![]() |
![]() |