Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Getting array of rows from PL/SQL
[SqlEdi_at_mcs.net (James Febbo)]
|
or he could do what a lot of application builder tools do: using a reference cursor to return rows of data.
create a stored procedure that has an OUT argument which is the reference cursor. in your application, bind the argument to a cursor and execute the stored procedure. you can now fetch from the reference cursor.
-Bjørn
-- Bjørn Borud <borud_at_guardian.no> | "The Net interprets censorship <URL:http://www.pvv.unit.no/~borud/> | as damage and routes around it." UNIX person, one of "them" | - John GilmoreReceived on Fri Jul 03 1998 - 00:00:00 CDT
![]() |
![]() |