Re: C++ to Oracle Server

From: Sergei Kuchin <skuchin_at_sprynet.com>
Date: Thu, 29 Jul 1999 17:34:18 -0500
Message-ID: <37A0D6EA.E54_at_sprynet.com>


Try this:

        http://home.sprynet.com/~skuchin/otl_1pg.htm

Sybrand Bakker wrote:
>
> Hi Steven,
>
> With Oracle products you have three options:
> (from low level to high level)
> 1 OCI (Oracle Call Interface). The OCI itself has been written in C. Here
> you can and you must do everything yourself, compare it with using system
> calls.
> 2 Pro*C. This is essentially a pre-compiler, it translates your calls of
> Pro*C routines to ordinary C. You have both static and dynamic sql. Using it
> is far less difficult than OCI, and you still have flexibility. You can use
> Pro*C calls everywhere, also in your own functions/modules.
> 3 Oracle Objects for OLE. This is a VB/Access like interface to Oracle,
> though it doesn't use ODBC. You can have recordsets and all the like.
>
> Hth,
>
> Sybrand Bakker, Oracle DBA
>
> Steven Salvemini <stevens_at_vsl.com.au> wrote in message
> news:379FEFB7.F06F03C9_at_vsl.com.au...
> > Does anyone have some experience with "talking" to oracle 8.0.5 or 8i
> > using MS Visual C++.
> >
> > If it must be done via Pro C, will C++ modules be able to talk to Pro C,
> > ie in terms of passing parameters, lists, arrays etc back and forth?
> >
> >
> >
Received on Fri Jul 30 1999 - 00:34:18 CEST

Original text of this message