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