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: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 16 Dec 2005 07:04:52 -0800
Message-ID: <1134745492.273971.148570@o13g2000cwo.googlegroups.com>


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 - 09:04:52 CST

Original text of this message

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