当前位置:网站首页>QT connection MySQL data query failed
QT connection MySQL data query failed
2022-06-26 10:58:00 【CSDN Q & A】
problem
Normal at initial query , You can find the data


The software does not operate approximately 10 minute , We can't find the data

You can confirm that the database is still connected

Related codes
QSqlQuery query; QString sql = QString("SELECT word,mean,time FROM words WHERE id = '%1'").arg(id); qDebug() << sql << '\n'; query.exec(sql); qDebug() << query.size() << '\n'; wordInfo t; while(query.next()) { qDebug() << "word" << '\n'; }My solution ideas and tried methods
There is no problem with the time configuration displayed in the database

边栏推荐
- 栖霞市住建局和消防救援大队开展消防安全培训
- Progressive web application PWA is the future of application development
- 近期工作汇报
- Common interview questions of binary tree
- mysql性能監控和sql語句
- 服务器单、双向可调一键互信脚本!
- Mysql 30条军规
- Adaptiveavgpool2d does not support onnx export. Customize a class to replace adaptiveavgpool2d
- 搜索引擎高级搜索方法记录
- Oracle sqlplus query result display optimization
猜你喜欢

Which PHP open source works deserve attention

nacos2.x.x启动报错信息Error creating bean with name ‘grpcClusterServer‘;

Express (I) - easy to get started

開發者,微服務架構到底是什麼?

Linux下安裝Mysql【詳細】

MySQL 8th job

Getting started with postman

The sixth MySQL job - query data - multiple conditions

Grain Mall - distributed Foundation

MySQL第六次作业-查询数据-多条件
随机推荐
MySQL第七次作业-更新数据
AIX基本操作记录
[echart] II. User manual and configuration item reading notes
量化投资学习——经典书籍介绍
See how I store integer data in the map < string, string > set
MySQL 8th job
MySQL performance monitoring and SQL statements
小笔记-简单但够用系列_KVM快速入门
SQL Server foundation introduction collation
VS或Qt编译链接过程中出现“无法解析的外部符号”的原因:
JWT certification agreement -- I opened a Yihong hospital
工程数学概率论统计简明教程第二版复习大纲
搜索引擎高级搜索方法记录
8- creating leecode algorithm with pictures and texts - algorithm solution of minimum stack and LRU caching mechanism
Is it safe to use flush mobile phones to speculate in stocks? How to fry stocks with flush
挖财商学院证券开户安全嘛?
最牛X的CMDB系统
Redis (basic) - learning notes
Vscode environment setup: synchronous configuration
Recent work report