Re: C++ to Oracle Server

From: Sergei Kuchin <skuchin_at_sprynet.com>
Date: Thu, 19 Aug 1999 20:02:45 -0500
Message-ID: <37BCA935.687C_at_sprynet.com>


Try a combination of C++ and the OCI:

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

Sergei

Dirk Bellemans wrote:
>
> What's wrong with ODBC? As long as you use a good driver (Intersolv, f.i.)
> and with bulk row fetching, it is fast. And you ar able to use MFC, ADO and
> all these other nice M$ stuff :-)
>
> The main disadvantage is that you have to set up a DSN at every client, but
> with ZAW and Win NT that shouldn't be too hard. The main advantages are (1)
> that you can switch databases easily and (2) it's VERY easy to use and very
> well documented.
> --
> Dirk Bellemans
> Modify email address to reply (use .be instead of .belgium)
>
> Steven Salvemini wrote in message <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 Aug 20 1999 - 03:02:45 CEST

Original text of this message