Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Client library for Oracle on linux

Re: Client library for Oracle on linux

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 22 Jun 2006 10:36:35 -0700
Message-ID: <1150997802.375817@bubbleator.drizzle.com>


felipefg_at_gmail.com wrote:
> Hi,
>
> Currently I develop an application that access Oracle's database using
> Oracle's OCCI library. The application runs on Linux and is done purely
> in C++.
>
> I have now the need to connect to different DBMSs, more specifically to
> MySQL. Is there any tool, like ODBC/JDBC that I could use from the C++
> program that would do database access in a generic way, so that I would
> not need to design my own database abstraction layer?
>
> Some time ago I did a research on iODBC and unixODBC, but they relied
> on third party drivers to connect to Oracle. Is this still the case? Is
> there any way to access database generically that is supported by
> Oracle?
>
> Thanks in advance,
> Felipe

When you write: "Is there any tool, like ODBC/JDBC that I could use from the C++ program that would do database access in a generic way."

It leads me to wonder ... what is wrong with using ODBC/JDBC?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Jun 22 2006 - 12:36:35 CDT

Original text of this message

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