Error when compiling code using JDK 1.3.1

bryandbss at yahoo.com bryandbss at yahoo.com
Thu Dec 13 17:05:59 EST 2001


When compiling code with the following statement using jdk 1.3.1 and
freetds_jdbc's driver, I get a NullpointerException

String url = "jdbc:freetds:sqlserver:server_path:port/db_name";
Connection conn = DriverManager.getConnection(url, username, password);

This error does not occur when I use JDK 1.2.  Unfortunately, my project
requires that I use 1.3.1.  Any suggestions on a solution?



More information about the FreeTDS mailing list