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: EXEC SQL INCLUDE sqlda on Solaris 2.6

Re: EXEC SQL INCLUDE sqlda on Solaris 2.6

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 13 May 1999 08:32:35 +0200
Message-ID: <7hdrq4$1e4$1@hermes.is.co.za>


Paul Simmons wrote in message <373A3560.231EE795_at_death.iinet.net.au>...

>> Any suggestions for a C++ db class library for OCI?
>
>No sorry I am just programming pure C not C++

Lucky bastard! :-) Can't say I enjoy the OO implememtation of C++ that much either. I mean come one, what is easier and better: myclass::myclass
myclass::~myclass
or
myclass::constructor
myclass::destructor

The weenies that decided and implemented the C++ notations and syntax are 1st class A holes IMNSHO.

>BTW what the hell does OCI stand for?, I have picked up that it is used
>in referance to embedded sql but that is it.

Oracle Call Interface. The API for talking to Oracle.

regards,
Billy Received on Thu May 13 1999 - 01:32:35 CDT

Original text of this message

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