JDBC bug for MS for SQL 2000

Source: Internet
Author: User
MS for SQL 2000 JDBC bug in fact many people should know, that is
In fields that contain blob or clob, that is, the image and text types.
The query must be in the select order, and repeated queries are not supported.
In this case, you only need to change the driver. You can use jtds, an open-source driver package.
, Downloaded in http://sourceforge.net/projects/jtds
However, I heard that even if Microsoft's latest for SQL 2005 driver still has this problem
It is better to use less Microsoft drivers.

How to Use jtds
Class. forname ("net. SourceForge. jtds. JDBC. Driver ");
Conn = drivermanager. getconnection ("JDBC: jtds: sqlserver: // 127.0.0.1: 1433/test", "sa", "123 ");
Where the test is the database name

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.