Re: Unable to load JdbcOdbc library

From: SteveE (steveedw_at_yahoo.com)
Date: 10/12/04


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



Relevant Pages

  • SQLSummit.com middleware lists: .NET data providers, ODBC drivers, OLE DB providers, XQuery engines,
    ... There's been an update to the middleware lists at SQLSummit.com, ... including the list of .NET data providers. ... The JDBC and ODBC driver ... Processors and JDBC Drivers. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: OOP/OOD Philosophy
    ... >> How long does it take to write an ODBC driver? ... > I don't know about ODBC, but for JDBC it is very simple. ... > of interfaces that you have to implement. ... > driver, you can easily inject your exception throwing code. ...
    (comp.object)
  • Re: OOP/OOD Philosophy
    ... >> How long does it take to write an ODBC driver? ... but for JDBC it is very simple. ... >driver, you can easily inject your exception throwing code. ... "The aim of science is not to open the door to infinite wisdom, ...
    (comp.object)
  • RE: Writing Custom JDBC Driver
    ... Note that OpenAccess SDK for Java will help you to develop ODBC driver over ... your JDBC driver. ... It is written in java. ...
    (microsoft.public.data.odbc)
  • ODBC Driver.
    ... I am trying to develop a ODBC Driver for one of my application. ... I developed a Data Mediator Application which mediates between various ... Then I developed a JDBC type 3 driver using which any JDBC compliant ...
    (microsoft.public.win32.programmer.ole)