MS SQL Server (WebSphere Connect Driver)


ConnectJDBC is a suite of Type 4 JDBC drivers for high-performance Java database connectivity to all of today's major databases. This WebSphere branded version may only be used with Microsoft SQL Server.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www-1.ibm.com/support/docview.wss?rs=180&org=SW&doc=4001312
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