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 -> which c/c++ db-access library to use?

which c/c++ db-access library to use?

From: Jason Boehle <jboehle_at_lawrence.ks.us>
Date: Fri, 10 Dec 1999 21:45:09 -0600
Message-ID: <3851C8C5.587F7ACD@lawrence.ks.us>


My company is currently using MS-SQL server, with middle-tier COM db components using ATL OLEDB consumer classes on top of the MS-SQL OLEDB driver. We have recently made the decision to move our database to the Oracle 8i platform, and I am in charge of evaluating, selecting, and implementing the new db connectivity layer. We currently use IIS/ASP to host high volume e-commerce sites, so good performance is a requirement of the access method I choose (connection pooling, etc.) I am in search of comments and reviews on any of the following db-access methods below:

-Oracle OCI
-Pro*C
-Oracle Objects for OLE (is this slow because it is using OLE
Automation?)
-Oracle OLEDB driver (in beta, ugh!)
-Microsoft OLEDB driver for Oracle (this scares me, just because
it is implemented by MS)
-Oracle ODBC

Or, at a higher level:

-RogueWave's DBTools.h++

I have several comments on the methods listed above:

Any comments are welcome. Are there any other major access libraries that I haven't found yet? We are also looking to move to a Java (EJB) middle tier in mid-year 2000, if that should affect my decision at all, please let me know. Thank you for your help.

Jason Boehle
jboehle_at_swbell.net Received on Fri Dec 10 1999 - 21:45:09 CST

Original text of this message

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