Re: C++ to Oracle Server

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Thu, 29 Jul 1999 20:58:18 +0200
Message-ID: <933274690.26334.0.pluto.d4ee154e_at_news.demon.nl>


[Quoted] 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 Thu Jul 29 1999 - 20:58:18 CEST

Original text of this message