当前位置:网站首页>MySql报错:SqlError(Unable to execute query“, “Can‘t create/write to file OS errno 2 - No such file...
MySql报错:SqlError(Unable to execute query“, “Can‘t create/write to file OS errno 2 - No such file...
2022-07-30 14:24:00 【Black_Friend】
问题:
今天我在尝试使用命令将mysql中的数据写入数据库的时候,报了一个错误:
QSqlError("1", "QMYSQL: Unable to execute query", "Can't create/write to file 'd:\test.xls' (OS errno 2 - No such file or directory)")
我的命令是这样的:
QString strFileName = QString("select * from result where ") + str + "into outfile 'd:\\test.xls'";
我在网上找了很多大佬的解决方案:
你们试试你们能不能解决你们的问题,如果解决不了,试一下
我的:
QString strFileName = QString("select * from result where ") + str + "into outfile 'd:/test.xls'";
在数据库写入中,请尽量保持少使用反斜线,多使用斜线。我觉得我的报错就是因为这个。我以后还是不要用反斜线了。
当然,我的方法可能只适应于我的问题。如果,没有能解决各位的问题,请不要喷我,谢谢各位大佬了。
我也只是码田中一位普普通通的码农而已~
边栏推荐
- What is defect analysis?An article takes you to understand the necessary skills of test engineers
- Normal and escaped strings for postgresql
- Desktop Software Development Framework Awards
- 00 testers of seasoning after nearly a year, whether to change careers or to learn the software testing students summarized the following heart advice
- Flink优化
- 5. DOM
- 【Vue.js 3.0源码】KeepAlive 组件:如何让组件在内存中缓存和调度?
- 【回归预测-lssvm分类】基于最小二乘支持向量机lssvm实现数据分类代码
- Application of time series database in the field of ship risk management
- 查阅所连接过的WiFi所有信息(含密码)(访问历史所有WiFi连接)
猜你喜欢

【元胞自动机】基于元胞自动机模拟生命演化、病毒感染等实例附matlab代码

超T动力 盈运天下——中国重汽黄河/豪沃WP14T产品首发荣耀上市!

新一代开源免费的终端工具,太酷了

Baijiahao cancels the function of posting documents on the interface: the weight of the plug-in chain is blocked

基于5G的仓储信息化解决方案2022

LeetCode_98_验证二叉搜索树

以unity3d为例解读:游戏数据加密

泡沫褪去,DeFi还剩下什么

这个编辑器居然号称快如闪电!

ToDesk版本更新,引入RTC传输技术,是否早以替代向日葵远程控制?
随机推荐
sql server安装失败怎么办(sql server安装不了怎么办)
Web消息推送之SSE
还在说软件测试没有中年危机?9年测试工程师惨遭淘汰
四大首搭加持,美学、安全、操控、效率优势明显,比亚迪海豹售价20.98万元起售!
What is the relationship between the construction of smart cities and 5G technology in the new era
pytorch与keras的相互转换(代码以LeNet-5为例)
A Small Case About Containers
BI-SQL丨WHILE
What should I do if the sql server installation fails (what should I do if the sql server cannot be installed)
业内人士真心话:只会测试没有前途的,我慌了......
时序数据库在船舶风险管理领域的应用
canal scrape data
有关收集箱的改进建议
Web3创始人和建设者必备指南:如何构建适合的社区?
JSON常用注解
BI-SQL丨WHILE
以unity3d为例解读:游戏数据加密
智能合约安全——私有数据访问
开始学习C语言了
怎么判断两个字符串是否相等?