problem creating new connection with FreeTDS_JDBC

Bob Kline bkline at rksystems.com
Tue Jul 11 14:13:39 EDT 2000


On Tue, 11 Jul 2000, Ian Struble wrote:

>     Class.forName("com.internetcds.jdbc.tds.Driver");
>     con =
> DriverManager.getConnection("jdbc:freetds:sqlserver://sql.foo.com/Testing",
>         "test_user", "test_password");
> 
> And here is a little bit of the stack trace:
> 
> 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(Unknown Source)

That stack trace is from a re-thrown exception.  Try sticking in an
e.printStackTrace() in the catch statements just below line 305 in
Constructors.java and see what you get.

-- 
Bob Kline
mailto:bkline at rksystems.com
http://www.rksystems.com




More information about the FreeTDS mailing list