Com. microsoft. sqlserver. jdbc. SQLServerException: This server is not supported.

Source: Internet
Author: User
When using myeclipse to connect to the database, the following error occurs: Servlet. service () forservletjspthrewexceptioncom. microsoft. sqlserver. jdbc. SQLServerException: This server version is not supported. The target server must be SQLServer2000 or later. Atcom. microsoft. sqlserver. jdbc. SQLServe

When using myeclipse to connect to the database, the following error occurs: Servlet. service () forservletjspthrewexception com. microsoft. sqlserver. jdbc. SQLServerException: This server version is not supported. The target server must be SQLServer2000 or later. Atcom. microsoft. sqlserver. jdbc. SQLServe

The following error occurs when you connect to a database using myeclipse:

Severe: Servlet. service () for servlet jsp threw exception

Com. microsoft. sqlserver. jdbc. SQLServerException: This server version is not supported. The target Server must be SQL Server 2000 or later.
At com. microsoft. sqlserver. jdbc. SQLServerException. makeFromDriverError (Unknown Source)
At com. microsoft. sqlserver. jdbc. DBComms. Prelogin (Unknown Source)

At com. microsoft. sqlserver. jdbc. DBComms. (Unknown Source ).....

JAR package problems: sqljdbc4.jar and sqljdbc exist in the project's WEB-INFO/lib. jar two packages, because "sqljdbc. because the jar version is too old, the SQL Server 08 database cannot be accessed. jar "is deleted, only sqljdbc4.jar is left, and then right-click the project --> Build Path --> configureBuildPath --> set sqljdbc. delete the jar. In this way, only sqljdbc4.jar under the compiled classpath will not produce conflicts, and tomcat needs to be re-deployed later, otherwise it may not work.

The connection to download sqljdbc4.jar for free is as follows:

Http://download.csdn.net/detail/tongyuehong/6860131

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.