Re: Calling a stored procedure from C++

From: Finn Ellebaek Nielsen <_remove_fen_remove__at_changegroup.dk>
Date: Thu, 20 Mar 2003 17:21:15 +0100
Message-ID: <3e79ea7a$0$24669$edfadb0f_at_dread14.news.tele.dk>


Hi Dave.

I would suggest that you took a look at OTL: http://otl.sourceforge.net/. It's great and extremely elegant and easy to use.

HTH. Finn

--
---------------------------------------------------------------------------
 Finn Ellebaek Nielsen                           ChangeGroup ApS
 Product Manager, Principal Consultant, Partner  Kronprinsessegade 54, 4.
 E-mail: finn.ellebaek.nielsen_at_changegroup.dk    DK-1306  Koebenhavn K
 Mobile: +45 20 32 49 25                         Denmark
 Phone:  +45 33 32 77 78                         http://www.changegroup.dk
---------------------------------------------------------------------------
                      "Where do you want to GPF today?"
"Dave Pylatuk" <davep_at_centurysystems.net> wrote in message
news:Ios4a.3319$iu1.352328_at_news20.bellglobal.com...

> 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
>
>
Received on Thu Mar 20 2003 - 17:21:15 CET

Original text of this message