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: OCI or Embedded SQL?

Re: OCI or Embedded SQL?

From: Grzesiek <grzesiek_at_no.spam>
Date: Sun, 21 Mar 1999 11:51:57 GMT
Message-ID: <7d2lat$q0$1@euler.softax.com.pl>

Uwe Schneider wrote in message
<36F4D2DD.5E55DD9_at_nospam.richard-schneider.de>...
>
>Hi experts,
>
>I am trying to develop a C++ class library for Oracle access which
>should behave like the excellent Perl DBI module.
>
>The goal is a library for dealing with multible connections, dynamic SQL
>preparation and binding ...
>
>What do you think: should I use Embedded SQL/C or the OCI to reach this.
>
>Thanks in advance
>

OCI! I've developed classes with similar functionality. I've started with ProC, but it was hopless and I quickly understood that the best way to achive my assumptions is primary ORACLE interface - OCI.

Grzesiek Received on Sun Mar 21 1999 - 05:51:57 CST

Original text of this message

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