Java uses jdbc to connect to the access database-garbled characters are displayed in Chinese (fixed) and jdbcaccess

Source: Internet
Author: User

Java uses jdbc to connect to the access database-garbled characters are displayed in Chinese (fixed) and jdbcaccess
Scenario: The following prompt is garbled before the problem is resolved.Java. SQL. SQLException : [Microsoft] [ODBC Microsoft Access driver] '(unknown)' is not a valid path. Check whether the path name is correctly spelled and whether it is connected to the server where the file is stored..

I have tried this solution. For details, see his blog http://blog.csdn.net/iamoyjj/article/details/5805327,but it is ineffective.
Later, my company's experts found the following solution: Properties prop = new Properties (); prop. put ("charSet", "gbk"); prop. put ("user", "user Name"); prop. put ("password", "password"); Connection conn = DriverManager. getConnection (dbur1, prop );
Note: This is the connected remote server.
I tried it very effectively. I like it!The company is very nice and happy, so I thought of sharing this thing with everyone. Thank you!

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.