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: Retrieving results from PL/SQL using ODBC

Re: Retrieving results from PL/SQL using ODBC

From: Scott Cote <scottcote_at_contractor.net>
Date: 1998/07/07
Message-ID: <35A294AE.51578ADA@contractor.net>#1/1

Graeme,

Can you bind a C++ pointer to a reference cursor?

SCott

Graeme Humphrey wrote:

> I'm writing an application in Visual C++ 1.52 (clients still want 16-bit
> apps!) using ODBC. What I'm trying to do is execute a piece of PL/SQL from
> the C++ app (not a stored procedure) and retrieve the results. The user
> basically types in the PL/SQL into a TextArea and the application calls
> CRecordset::ExecuteSQL(). Executing the PL/SQL is no problem. How do you
> get the results back without using a temporary table???
>
> Any replies will be greatly appreciated. Please can you express any
> solution using an example. Thanks again.
>
> ---
> Graeme Humphrey
> Aberdeen, UK
Received on Tue Jul 07 1998 - 00:00:00 CDT

Original text of this message

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