Re: Executing a stored proc and getting a result set?
From: Nick Marcelja <marcelja_at_sharpwa.com>
Date: 1996/09/24
Message-ID: <324817F6.794B_at_sharpwa.com>#1/1
> >> Use Oracle 7.2 or higher, where the cursor variable feature has been implemented.
> >> A stored procedure returns a cursor variable, and the client program then fetches
> >> from it. The client program can be SQL*Plus, Pro*C, or OCI.
Date: 1996/09/24
Message-ID: <324817F6.794B_at_sharpwa.com>#1/1
Thomas J. Kyte wrote:
<snip>
> >
> >> Use Oracle 7.2 or higher, where the cursor variable feature has been implemented.
> >> A stored procedure returns a cursor variable, and the client program then fetches
> >> from it. The client program can be SQL*Plus, Pro*C, or OCI.
OK. How about from MS Visual Basic ? or MS VC++ ? ODBC?
-- Nick Marcelja marcelja_at_sharpwa.com or nam_at_grendal.rain.comReceived on Tue Sep 24 1996 - 00:00:00 CEST