MS SQL Server (WebLogic Connect Driver)


The BEA WebLogic Type 4 JDBC MS SQL Server driver (the "SQL Server driver") supports Microsoft SQL Server 7.0 and SQL Server 2000 (including SP1, SP2, and SP3) on Windows via Tabular DataStream (TDS).

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