mysql_query() cannot be used for statements that contain binary data; you must use mysql_real_query() instead. (Binary data may contain the “\” character, which mysql_query() interprets as the end of the statement string.) In addition, mysql_real_query() is faster than mysql_query() because it does not call strlen() on the statement string.
相关文章
- 09-23HBase系列(三)HBase物理架构与工作流程详解--收藏这一份就够了!!!
- 09-23模块介绍与导入
- 09-23filter与compress
- 09-23在VS里面使用QT,实现:信号与槽
- 09-23Segments - POJ 3304 (判断直线与线段是否相交)
- 09-23引用与借用
- 09-23DNS与获取
- 09-23多表结构的创建与分析
- 09-23【RT-Thread作品秀】基于ART-PI的数字图像处理与识别
- 09-23基于单片机的电子钟的设计与仿真