Sybase Adaptive Server Enterprise (jTDS Driver)


jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12). jTDS is based on the work of the FreeTDS project and is currently the fastest complete JDBC driver for SQL Server and Sybase.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://jtds.sourceforge.net/
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 5000
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified