Skip to Content.
Sympa Menu

freetds - Re: JDBC for JDK2.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Mario Cormier <mario AT ic2c.com>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: Re: JDBC for JDK2.0
  • Date: Thu, 19 Aug 1999 09:52:32 -0400


I guess the point is that the JDBC 2.0 specification included with JDK1.2
adds many methods to classes like Connection, Statement and ResultSet.
Therefore if you compile in a JDK1.2 environment the compiler is going to
complain that many methods are not implemented. The trick is simply to
compile with a JDK1.1-level compiler, then execute with JDK1.2.
Alternatively, you can compile with JDK1.2, but using the classes.zip from
JDK1.1.

______________________
Mario Cormier, MCP
mario AT ic2c.com
I C 2 C


-----Original Message-----
From: Mino Madzia [mailto:mino AT wing.sk]
>
> Young-min Kang wrote:
> >
> > Hi! Everyone
> > I seeking the freetds_jdbc driver for jdk1.2.
> > current driver version only support the jdk1.x.
>
> I use it with the jdk1.2 . It works.
>
> mino





Archive powered by MHonArc 2.6.24.

Top of Page