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: Calling stored procedure in C++

Re: Calling stored procedure in C++

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Tue, 18 Feb 2003 22:24:47 GMT
Message-ID: <MPG.18bc528a85e429e19896ad@news.la.sbcglobal.net>


davep_at_centurysystems.net said...
> Hello, I have an Oracle 8.1.7 and am able to execute the following
> statement from SQL Plus with no problem.
>
> exec update_cascade.on_table('some_table');
>
> it also works fine with 'execute' instead of 'exec', it
> also works fine with just:
>
> update_cascade.on_table('some_table');
>
> I am somewhat new to C++ and am not sure how to call this
> procedure from code. Can anyone provide me with a code
> example of how to do this ?
>
> Thanks in advance
>

I typed "c++ oracle procedure" in Google and got quite a few hits. Perhaps one of them will help you.

-- 
/Karsten
DBA > retired > DBA
Received on Tue Feb 18 2003 - 16:24:47 CST

Original text of this message

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