当前位置:网站首页>QT database connection
QT database connection
2022-06-25 14:49:00 【Happy Jiajia】
qt Database connection
QSqlDatabase: You can provide a default connection for Qt Other SQL Class uses .
QSqlQuery class , Provides direct execution of arbitrary SQL Statement and process the method that returns the result .
Database connection be used QSqlDatabase And in its classes :: database and addDatabase,
QString g_sThreadId;
QSqlDatabase db = QSqlDatabase::database(g_sThreadId);
if (! db.isValid()) {
// Parameters 1 Is the driver name , Parameters 2 Name connection name and database The parameters in are the same , Or there is no connection name
db = QSqlDatabase::addDatabase(sDriver, g_sThreadId);
db.setDatabaseName(sDBName);
db.setUserName(sUserName);
db.setPassword(sPassword);
db.setHostName(sServerName);
db.open(); // Create a connection to the database
}
边栏推荐
- [deep learning] multi label learning
- Position (5 ways)
- API encapsulation of uniapp applet
- How to combine multiple motion graphs into a GIF? Generate GIF animation pictures in three steps
- dmsetup命令
- oracle数据库常用的函数总结
- Extend JS copy content to clipboard
- 从0到1完全掌握 XSS
- Heavyweight! The domestic IDE is released and developed by Alibaba. It is completely open source! (high performance + high customization)
- [Ocean University of China] information sharing for the first and second examinations of postgraduate entrance examination
猜你喜欢

Power automatic test system nsat-8000, accurate, high-speed and reliable power test equipment

Complete and detailed compilation of experimental reports

开餐馆

Uniapp cloud packaging app
![[try to hack] vulhub shooting range construction](/img/fc/6057b6dec9b51894140453e5422176.png)
[try to hack] vulhub shooting range construction

ffmpeg protocol concat 进行ts流合并视频的时间戳计算及其音画同步方式一点浅析

Gif动画怎么在线制作?快试试这款gif在线制作工具

合宙Air32F103CBT6开发板上手报告

How to view the Chrome browser plug-in location

定位position(5种方式)
随机推荐
API encapsulation of uniapp applet
Kubernetes 理解kubectl/调试
JS get the height and width corresponding to the box model (window.getcomputedstyle, dom.getboundingclientrect)
laravel8实现图片验证码
[world history] Episode 1: people in the Stone Age
[untitled]
Custom instruction, mixing, routing, lifecycle
JS determines whether two values are equal, and compares any two values, including array objects
What is the safest app for stock account opening? Tell me what you know
Thymeleaf Usage Summary
14 -- validate palindrome string II
[Ocean University of China] Data Sharing for retest of initial Examination
Output 0 ~ n digits and output multiple times
90 后眼中的理想 L9:最简单的产品哲学,造最猛的爆款 | 指南斟
搭建极简GB28181 网守和网关服务器,建立AI推理和3d服务场景,然后开源代码(一)
The best screenshot tool in the world, color absorption tool snipaste
How to make GIF animation online? Try this GIF online production tool
Dmsetup command
About the problem of kicad stuck in win10 version, version 6 x
Customization and encapsulation of go language zap library logger