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: Mike Jennings <mjenning AT islandnet.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: JDBC for JDK2.0
  • Date: Thu, 19 Aug 1999 07:24:48 -0700


I have modified the sources for the FreeTDS JDBC driver so that they
now compile cleanly for JDK 1.2. I just put in stubs of all of the JDBC 2.0
functions where the compiler was complaining. I didn't actually implement
the new JDBC 2.0 functions though, if you try to use any of them it
just throws an exception.

Does anyone know where I should put the modified sources?
I am a complete newbie to the whole collaborative open-source thing,
and I also do most of my work on Windows NT (but I AM trying to learn the
linux environment) so my unix knowledge is quite limited.

-Mike Jennings

At 09:52 AM 8/19/99 -0400, you wrote:
>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
>
>
>---
>You are currently subscribed to freetds as: consulting AT takeovertheworld.com
>To unsubscribe, forward this message to
$subst('Email.Unsub')
>
>
>




Archive powered by MHonArc 2.6.24.

Top of Page