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: Sybrand Bakker <gooiditweg_at_nospam.demon.nl>
Date: Tue, 18 Feb 2003 22:31:18 +0100
Message-ID: <ag955vgp84fc5a2rftqe1tep4g0dqjaru8@4ax.com>


On Tue, 18 Feb 2003 14:30:15 -0500, "Dave Pylatuk" <davep_at_centurysystems.net> wrote:

>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
>
>
>

exec is an sql*plus acronym for begin .... end;

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Tue Feb 18 2003 - 15:31:18 CST

Original text of this message

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