Skip to Content.
Sympa Menu

freetds - Announce- Starting to add support for JDBC 2.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Craig Spannring <cts AT internetcds.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Announce- Starting to add support for JDBC 2.0
  • Date: Mon, 10 Jan 2000 22:13:13 -0700 (MST)



The current source code for the JDBC driver will compile for either
JDBC 1.0 or 2.0 and passes the unittest in both configurations. You
must choose which version you would like at compile time. The
Makefile has a variable "JDBC_VER". Set it to either 1_0 or 2_0
before you compile.

At this time, if the driver is compiled for JDK 1.1 it won't run with
JDK 1.2 and vice-versa. The jar snapshot will be compiled for JDK
1.1, so if you need to run the driver with JDK 1.2, you will have to
compile it yourself for now. In the future I plan to eliminate this
restriction.

(If you have both JDK 1.1 and 1.2 and are Java savvy you can
produce a single jar file that will work for both JDK versions, but it
is some work to do.)

Most of the new 2.0 methods aren't implemented and will just throw an
exception if called.


--
=======================================================================
Life is short. | Craig Spannring
Bike hard, ski fast. | cts AT internetcds.com
--------------------------------+------------------------------------
Any sufficiently horrible technology is indistinguishable from Perl.
=======================================================================




Archive powered by MHonArc 2.6.24.

Top of Page