Skip to Content.
Sympa Menu

freetds - Error when compiling code using JDK 1.3.1

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: bryandbss AT yahoo.com
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Error when compiling code using JDK 1.3.1
  • Date: Thu, 13 Dec 2001 17:05:59 -0500


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?



  • Error when compiling code using JDK 1.3.1, bryandbss, 12/13/2001

Archive powered by MHonArc 2.6.24.

Top of Page