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

Home -> Community -> Usenet -> c.d.o.server -> Re: Returning rows from a stored procedure - how?

Re: Returning rows from a stored procedure - how?

From: Luis Santos <lsantos_at_pobox.com>
Date: 1997/04/01
Message-ID: <33448300.4108038@news.centroin.com.br>#1/1

Andy Noble <andy_at_dataworkshop.demon.co.uk> wrote:

> However I cannot find ANY documentation telling me how to
> return a result set from a SELECT statement back to the
> front end application. I can only find comments that it is
> possible.

        You haven't found any documentation about result sets in functions or storage procedures because IT'S NOT POSSIBLE!

        I think that Oracle8 may be capable of doing this (as Microsoft SQL Server is...)

        There's some ways (no one easy or transparent) to do this. You can use a pipe in the storage procedure to send data to application program, before the procedure returns. You can write the result set to some temporary table and allows the application program to select from it and so on...

        Regards,

--
Luis Santos
Relacional Consultoria
Rio de Janeiro - Brazil
Received on Tue Apr 01 1997 - 00:00:00 CST

Original text of this message

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