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: Result Set returned from a Stored Procedure

Re: Result Set returned from a Stored Procedure

From: Corné Brouwers <bware_at_knoware.nl>
Date: Fri, 12 Mar 1999 16:37:31 +0100
Message-ID: <921253203.438923@ns2.knoware.nl>

Mladen Gogala wrote in message <7c9e12$q82$1_at_nnrp1.dejanews.com>...
>In article <7c8hk3$imr$1_at_remarQ.com>,
> "Dorel Baluta" <dbaluta_at_atex.com> wrote:
>> Does anyone know a workaround to return a result set from a stored
procedure
>> in Oracle ? Thanks.
>>
>>
>Result sets in Oracle are called cursors. You can declare variable of
>type REF CURSOR, open it and return it.
>
>Mladen Gogala

Is this REF CURSOR variable useable when the stored procedure is called from ODBC?
Corné Received on Fri Mar 12 1999 - 09:37:31 CST

Original text of this message

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