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: How to call an Oracle 10g stored procedure from C++

Re: How to call an Oracle 10g stored procedure from C++

From: Amit <amitdedhia_at_yahoo.com>
Date: 16 Dec 2005 21:43:36 -0800
Message-ID: <1134798216.794458.269270@g49g2000cwa.googlegroups.com>


Thanks very much hpuxrac..the site is really useful..

I have one more question...how to call PL/SQL procedures from C++?

Best regards
Amit Dedhia

hpuxrac wrote:

> Amit wrote:
> > Hi
> >
> > I am totally new to Oracle. I have a very simple question. I have a
> > legacy application written in C++ and using Oracle RDB (on ALPHA/VMS).
> > The backend is changed from Oracle RDB to Oracle 10g (on ALPHA/VMS). I
> > want to know how to call Oracle 10g Stored procedures from C++?
> >
> > I dont yet know which C++ compiler is being used. Can any one tell how
> > is it done in popular C++ compilers like Borland?
>
> I don't think you will find a Borland compiler on VMS.
>
> The OCI interface is what most c programs use.
>
> Check out the documentation at tahiti.oracle.com ...
>
> Oracle supplies sample programs as part of the installation process.
>
> >
> > Thanks in advance
> >
>
> Have fun!
Received on Fri Dec 16 2005 - 23:43:36 CST

Original text of this message

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