MS SQL Server (JSQL Driver)


JSQLConnect is a high performance, native type 4 JDBC driver providing comprehensive JDBC 3.0 and 2.0 support for Microsoft SQL Server. Quickly access Microsoft SQL Server from Java applications, Servlets, EJBs, JSPs and applets.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www.jnetdirect.com/products.php?op=jsqlconnect
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 1433
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified