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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Is it possible to return recordset from oracle stored procedure ?

Re: Is it possible to return recordset from oracle stored procedure ?

From: Vjacheslav Saiko <slavas_at_genesyslab.com>
Date: 1997/09/30
Message-ID: <3431CD7D.B5C3910A@genesyslab.com>#1/1

Calling programm may be Delphi, or VB.
The task is to create stored procedure, which may return recordset to client;
i can't find in oracle documenttion , how to do it.

Thanks !

Fenella Tan wrote:

> Oracle PL/SQL stored procedures can return user-defined records and also
> rowtypes. Where will you be returning the data to ? Is the calling
> program also an Oracle stored procedure ?
>
> Vjacheslav Saiko wrote:
>
> > Hi all !
> >
> > Is it possible to return recordset from oracle stored procedure ?
> > Something like :
> >
> > "select ID,NAME from TABLE1 "
> >
> > inside stored procedure ...
> >
> > Thanks for help.
Received on Tue Sep 30 1997 - 00:00:00 CDT

Original text of this message

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