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: How to retrieve data from plsql stored proc or function using MFC ODBC

Re: How to retrieve data from plsql stored proc or function using MFC ODBC

From: ptran <pnt_at_wt.net>
Date: 1998/12/10
Message-ID: <74omti$ben$1@news4.wt.net>#1/1

How about make your Procs returning the rows in an array ? Your front-end can then process the array elements.

okant_at_yahoo.com wrote in message <74lhsl$mt5$1_at_nnrp1.dejanews.com>...
>We are developing an application which will retrieve data from an ORACLE7
>database and we decided to use stored procedures and functions beacuse of
>simplicity. We use MFC/C++ at frontend.
>
>We can call stored procedures using CRecordset::ExecuteSql() but this
 doesn't
>returnm any value back to ODBC. We couldn't yet find a way to return any
 value
>from stored proc/func back to ODBC application.
>
>Can anybody give an advise?
>
>Thanks
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Dec 10 1998 - 00:00:00 CST

Original text of this message

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