I have encountered a problem. When testing the editing of information, if the edited content contains a single quote ('), it will fail to be written to the MySQL database. Use the following code to print the error: if (!this->m_sql_query.prepare(update_string)) { printf("exec fail—>%s\n", this->m_sql_query.lastError().text().toStdString().c_str()); } if (!this->m_sql_query.exec()) { printf("exec fail—>%s\n", this->m_sql_query.lastError().text().toStdString().c_str()); } The printed result is: Please refer to the following relevant information: After analysis, it was found that the string in the inserted content was truncated at the single quotes when editing the SQL statement, resulting in a syntax error. Solution : Replace the characters containing single quotes (') with (''). SQL uses two single quotes instead of one single quote. This is the end of this article about the in-depth explanation of the problem of failure to write English single quotes "'" in SQL. For more related content about failure to write English single quotes "'" in SQL, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Docker Machine in-depth explanation
>>: Some points on using standard HTML codes in web page creation
Below, we introduce three ways to draw heart shap...
Using the html-webpack-plugin plug-in to start th...
Table of contents What is a plugin Writing plugin...
Use CSS styles and HTML tag elements In order to ...
Purpose Understand the Nginx ngx_http_limit_conn_...
Kernel: [root@opop ~]# cat /etc/centos-release Ce...
1. MacVlan There are many solutions to achieve cr...
This article mainly records a tomcat process, and...
Table of contents 1. Basic types 2. Object Type 2...
Code: <input type="text" class="...
<br />In the past, creating a printer-friend...
Today I encountered a problem when I used Dockerf...
This article example shares the specific code of ...
1. Today, when I was making a page, I encountered ...
This article will introduce how to save IP addres...