搜索资源列表
oraquery
- 跨平台数据库连接 Qt代码 支持mssql、oracle等-Qt cross-platform code to support database connection mssql, oracle, etc.
QT_employeeform
- 用QT实现的雇员管理系统,涉及到界面和数据库 学习用很好的例子 ,代码简洁-Employees with the QT implementation management system, related to learning to use interface and a good example of the database, code clean
Qt_Mysql_muitlthread
- Qt环境下,多线程操作远程mysql数据库演示代码。工程使用Qtcreator创建。压缩包没有密码。-Under Qt environment, multi-threaded operating remote mysql demo code. Works created using Qtcreator. Compressed no password.
QT公寓管理系统
- 实用于QT+SQL数据库的连接,能运行代码精细,界面美观
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。