Re: Unable to load JdbcOdbc library
From: SteveE (steveedw_at_yahoo.com)
Date: 10/12/04
- Next message: Chas Douglass: "Re: Detecting if a table in a database already exists ?"
- Previous message: Matthias Lippmann: "Re: Detecting if a table in a database already exists ?"
- In reply to: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Next in thread: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Reply: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Oct 2004 14:13:13 -0700
Actually, there is a solaris ODBC driver, as I mentioned in my
previous post. Also, I'm very familiar with the native JDBC method of
doing things, the problem is as I mentioned that our database doesn't
expose a JDBC interface, only an ODBC interface... hence the problem.
Using ODBCTEST program that comes with the Solaris ODBC driver, I can
connect to the DSN without problems.
Thanks for your reply, though. Is anyone out there using the JdbcOdbc
bridge on Solaris?
Daniel Dittmar <daniel.dittmar@sap.corp> wrote in message news:<ckecto$1cj$1@news2.wdf.sap.corp>...
> SteveE wrote:
> > I am trying to connect to an Informix database on a stand-alone
> > Solaris server. The database only exposes ODBC for external
> > connections, not JDBC.
> [..]
> > On the Solaris side (where our code has to run from), we have the
> > Solaris OpenLink ODBC driver loaded. Using the odbctest program, we
> > are able to connect to the database successfully. However, when I try
> > to run our JAVA application and access via the JdbcOdbc bridge, a
> > NullPointerException is thrown, and I get the message "Unable to load
> > JdbcOdbc library".
>
> I don't think the JdbcOdbc bridge is available outside of Windows as
> there doesn't exist a standard ODBC driver manager on Unix.
>
> IBM offers a 100% Java driver for Informix
> (http://www-306.ibm.com/software/data/informix/tools/jdbc/), but perhaps
> you have an older Informix.
>
> Daniel
- Next message: Chas Douglass: "Re: Detecting if a table in a database already exists ?"
- Previous message: Matthias Lippmann: "Re: Detecting if a table in a database already exists ?"
- In reply to: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Next in thread: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Reply: Daniel Dittmar: "Re: Unable to load JdbcOdbc library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|