搜索资源列表
qtsql.tar
- Qt SQL Browse是一个简单的、泛化GUI数据库浏览器前端。该工具是一个非常简单的Qt数据库类的汇集器。数据库抽象由Qt数据库驱动程序提供-Qt SQL is a simple, generalized database browser GUI front-end. The tool is a very simple database Qt pool for the category. Qt database abstraction from database-driven proced
Qt_QRentBook_Example_v1_1_en
- This Qt C++ application demonstrates how to use the QtSql module to access a SQLite 3 database. The application demonstrates how to use different QtSql classes to search, insert, update, and delete data from the database. The example also shows how t
qtsql.tar
- Using QT to connect to MySQL Server. Browse database structure and data.
qtsql
- 一款有qt和sql相结合开发的一个简单的界面式查询系统,只具有连接的数据库,和从数据库中查询的功能-small select system
manager
- 数据管理系统源码; 数据管理系统源码-#ifndef CONNECTION_H #define CONNECTION_H #include <QtSql> #include <QDebug> #include <QtXml> static bool createConnection() { QSqlDatabase db QSqlDatabase::addDatabase( QSQLITE )