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

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

From: <okant_at_yahoo.com>
Date: 1998/12/09
Message-ID: <74lhsl$mt5$1@nnrp1.dejanews.com>#1/1

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 Wed Dec 09 1998 - 00:00:00 CST

Original text of this message

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