-
Qt插入MySQL数据库源代码
Qt插入数据到mysql数据库,自行建立数据库(网上有教程),数据库按照如下代码在DOS界面建立,实测有用。
1、在运行框输入cmd,以管理员身份运行,输入mysql(前提是数据库和Qt连接成功)。
2、输入mysql;
3、建议一个数据库create database name;
4、use name;
5、create table device(
ID int unsigned auto_increment primary key,
Present1 int not NULL,
Present2 int not NULL,
Devices_Type varchar(40) not NULL,
X double(8,2) not NULL,
Y double(8,2) not NULL,
Z double(8,2) not NULL,
W double(8,2) not NULL
);
- 2022-03-12 22:22:13下载
- 积分:1
-
Oracle SQL 编程最佳实践
Oracle SQL 编程最佳实践,主要讲述SQL编程快速实现方法。(Oracle SQL Guide, including the fastest way to programming.)
- 2020-06-22 14:20:02下载
- 积分:1
-
20075219384666072
考试系统源码,vb开发,一个网友的作品编得非常不错.()
- 2007-10-05 09:21:00下载
- 积分:1
-
shujukudaan
《数据库原理与应用》的答案与部分上机练习源代码(自编) (Of " Database Principle, and application of" answer with the part of the on the machine exercises the the source code (composing))
- 2012-06-05 13:32:32下载
- 积分:1
-
ER
说明: 数据库概念模式设计 暨实体联系图(E-R) 联系题(Database conceptual model design cum entity relationship diagram (ER), Contact title)
- 2013-03-28 22:06:53下载
- 积分:1
-
PLSQL基础教程-必看
详细的ORACLE数据库语句说明,有每一个语句的实例引用(Detailed ORACLE database statements, with instance references for each statement)
- 2019-04-09 19:55:33下载
- 积分:1
-
javawew毕业项目学生管理系统
本系统是采用java+JSP+tomcat开发模式,SQL Server 2008数据库开发的一个课程管理系统。本论文对系统的需求分析、数据库设计、功能的详细设计进行了阐述,实现了后台模块的功能,包括:综合信息维护、查看,修改个人信息。该系统具有易操作、界面友好、安全性强、易扩充以及运行效率高等特点。
- 2022-04-08 14:37:48下载
- 积分:1
-
step-by-step-for-database
数据库循序渐进的好教程!值得学习数据库的参考!(Good Book for database study!good reference for database!)
- 2012-03-21 17:10:50下载
- 积分:1
-
ORACLE-pinyin
oracle 拼音码函数,能提取汉子拼音的首字母,全部拼音等。(oracle phonetic code function, can extract the man the first letter of the alphabet, all Pinyin.)
- 2012-11-12 10:56:44下载
- 积分:1
-
MySQL
MySQL library for Delphi
- 2018-02-12 13:05:57下载
- 积分:1