Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: EXEC SQL INCLUDE sqlda on Solaris 2.6
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
![]() |
![]() |