JDBC Driver and JDK 1.3 not compatible?
Rod
rod.nibbe at biosgroup.com
Mon May 7 11:51:01 EDT 2001
I successfully ran the TestTDS program found on the web page (in the
FAQ) to test the pure Java JDBC driver against SQL Server. It worked well
in a JDK 1.2 environment, but failed when compiled and run in a JDK 1.3
environment. Error follows:
<error>
Exception- java.lang.NullPointerException
java.sql.SQLException
at
com.internetcds.jdbc.tds.Constructors.newConnection(Constructors.java
:305)
at com.internetcds.jdbc.tds.Driver.connect(Driver.java:257)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
at TestTDS.ftdsjdbc(TestTDS.java:34)
at TestTDS.main(TestTDS.java:14)
</error>
Is the latest pure java JDBC driver not compatible with 1.3.
-RKN
rod.nibbe at biosgroup.com
505.954.3660
More information about the FreeTDS
mailing list