JSP connection all kinds of databases Daquan SQLServer2000 JDBC driver Complete installation and testing?

Source: Internet
Author: User
Tags microsoft sql server sql server driver mssqlserver
js|server|sqlserver| Data | Database JSP connection All kinds of databases Daquan SQLServer2000 JDBC driver Complete installation and test instructions

SQLServer2000 JDBC Driver Complete installation and test instructions (reprint)

First, download the SQLSERVER2000 JDBC driver.
This driver is available at the Microsoft site:
Window operating System
Http://www.uncj.com/upload/files/ms_jdbc_setup.exe
Http://download.microsoft.com/download/SQLSVR2000/jdbc/2000/NT45XP/EN-US/setup.exe

Unix Operating System Mssqlserver.tar
Http://download.microsoft.com/download/SQLSVR2000/jdbc/2000/UNIX/EN-US/mssqlserver.tar

Ii. installation of JDBC

Execute the ms_jdbc_setup.exe executable file, all you need to do is click Next, until the Finish button appears, complete the installation.

Note:
(1) Ms_jdbc_setup The default installation path is:
C:Program FilesMicrosoft SQL Server Driver for JDBC

(2) This edition (version 2.2.0022) only supports
Microsoft SQL Server Driver for JDBC
(3) Installation directory Lib three jar files that is the JDBC drive core we want
Msbase.jar
Mssqlserver.jar
Msutil.jar

Third, add the three jar files of the above (3) to the environment variable
Classpath
C:Program FilesMicrosoft SQL Server Driver for Jdbclibmsbase.jar;
C:Program FilesMicrosoft SQL Server Driver for Jdbclibmssqlserver.jar;
C:Program FilesMicrosoft SQL Server Driver for Jdbclibmsutil.jar

Note: I recommend that you copy the above three files to the Lib or class directory where your JVM machine resides. At this point I am copying it to the Jre/lib/ext under my JVM directory.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.