The MySQL database is inserted into the Chinese data tuple with C + + language in Linux environment display garbled problem

Source: Internet
Author: User

Solution:

Just add the following sentence before executing an ACTION statement (query operation, etc.) in a C + + program:

mysql_query (&mysql, "Set names UTF8");

The UTF8 here must be executed with the SQL statement in the database: the code in the variables like ' character_set_% ' state table is the same ! My code is as follows:

  

Only need to be consistent, here need to note is UTF8 compatibility better!!! Recommended use of UTF8 Code!!!

  

Remark: This article hopes to provide the help for everybody! All through my Practice summary!!!

The MySQL database is inserted into the Chinese data tuple with C + + language in Linux environment display garbled problem

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.