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: JDBC Thin driver

Re: JDBC Thin driver

From: <cam_j_at_my-dejanews.com>
Date: Fri, 26 Mar 1999 05:51:30 GMT
Message-ID: <7df78v$vgn$1@nnrp1.dejanews.com>


I have tried the latest thin driver that ships with 8.0.4 for NT, and jdk 1.2 (jdbc2.0) and *most* of it works. I am currently having problems with storing blobs into LONG RAW columns. - Error was: Invalid Hex number, which took me back some years ago when you had to use BINTOHEX and HEXTOBIN....

It seems that in jdbc2.0/jdk1.2, Sun have have changed the binding of the setBinaryStream() method.

BTW - We had a similar (BLOB) problem with using the Interbase JDBC driver against jdk1.2/jdbc2.0, & we upgraded the Interclient driver to one certified with jdk 1.2 and the problem went away.

-Campbell

In article <36F80EA2.77968EF0_at_toneline.n-o-s-p-a-m.demon.co.uk>,   Steve Phelan <stevep_at_toneline.n-o-s-p-a-m.demon.co.uk> wrote:
> As a follow-up, I did try this and yes, it works. The thin Oracle driver in
> classes111.zip (Java 1.1) does work fine with Java1.2.
>
> Steve Phelan.
>
> Steve Phelan wrote:
>
> > I would imagine that the current (1.1) thin driver also works with the
> > 1.2 JDK. Sure, you might not get all the JDBC 2.0 features, but I would
> > expect it to work. In fact I'm just about to try this in the morning.
> > I'll let you know how I get on. Let me know if you find out any more -
> > i.e. it isn't possible to make the 'old' drivers work.
> >
> > Steve Phelan.
> >
> > Lars-Fredrik Smedberg wrote:
> >
> > > Hi!
> > >
> > > Are there any JDBC Thin drivers available from Oracle (or any other
> > > developer) that can be used with JDK 1.2?
> > >
> > > Thanx in advance.
>
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 25 1999 - 23:51:30 CST

Original text of this message

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