Hope this helps! http://www.freetds.org/faq.html1:if the driver failed to load, maybe you didn't set the classpath variable successful. run your application by type like this: java -classpath %classpath%;c:\freetds_jdbc.jar ****.***.** 2: Here's the URL format : "jdbc:inetdae:$SERVER_NAME$?database=$DATABASE_NAME$" Replace $SERVER_NAME$ and $DATABASE_NAME$ with the appropriate values. In case of the former, you need the named pipe name, not the IPX/SPX name.