Skip to Content.
Sympa Menu

freetds - Re: FreeTDS JDBC Driver and AIX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jim Urban" <jim.urban AT netsteps.net>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: FreeTDS JDBC Driver and AIX
  • Date: Thu, 14 Jun 2001 13:04:34 -0500



The version(s) of freetds_jdbc you are using: InternetCDS Type 4 JDBC
driver for MS SQLServer Driver Version 0.2

The version(s) of the TDS protocol you are using: ?

The version(s) of the JVM you are using: 1.1.8

Which DBMS you are using (including version and platform): MS SQL 2000 on
W2K Server

Which platform(s) you are running your client software on: AIX 4.3

Whether the problem is present with the latest snapshot: The snapshot
version I downloaded works fine.

What other layers are present (e.g., CGI wrappers): None

Problem: I am trying to use the FreeTDS JDBC driver on AIX to access a MS
SQL
database. However, when I try to connect to the database I get an
exception. The same program works fine on Win NT. Here is the stack
trace...

java.sql.SQLException
at
com.internetcds.jdbc.tds.Constructors.newConnection(Constructors.java:273)
at com.internetcds.jdbc.tds.Driver.connect(Driver.java:282)
at java.sql.DriverManager.getConnection(DriverManager.java:76)
at java.sql.DriverManager.getConnection(DriverManager.java:119)
at TestFreeTDS.main(TestFreeTDS.java:31)





Archive powered by MHonArc 2.6.24.

Top of Page