About SQL Server 2000 JDBC


The compliant with the JDBC 2.0 specification. The also supports a subset of the JDBC 2.0 Optional Package, which provides the following functionality:

SQL Server 2000 JDBC Directory Structure

Table 1-1 shows directory structure and provides a description of files and directories. In the following paths, Install_dir represents the name of the SQL Server 2000 JDBC installation directory.

Table 1-1. SQL Server 2000 JDBC Directory and Files 
Directories and Files
Description
Install_dir/uninstall.class
Executable that uninstalls SQL Server 2000 JDBC (Windows only).
Install_dir/books/
Directory that contains all of the SQL Server 2000 JDBC online documentation.
Install_dir/Help/
Directory that contains SQL Server 2000 JDBC online help.
Install_dir/lib/mssqlserver.jar
Jar file containing the SQL Server 2000 JDBC driver and data source classes, specifically:
com.microsoft.jdbc.sqlserver.SQLServerDriver
and
com.microsoft.jdbcx.sqlserver.SQLServerDataSource
as well as other SQL Server driver-specific classes. This Jar file must be on your CLASSPATH to use the SQL Server 2000 JDBC driver.
Install_dir/lib/msbase.jar
Jar file containing classes that are used by the SQL Server 2000 JDBC driver. This Jar file must be on your CLASSPATH to use the SQL Server 2000 JDBC driver.
Install_dir/lib/msutil.jar
Jar file containing classes that are used by the SQL Server 2000 JDBC driver. This Jar file must be on your CLASSPATH to use the SQL Server 2000 JDBC driver.


Previous Document Previous Page Next Document Next Page Synchronize TOC Synchronize with Contents