-
SQLite是一个小型的、快速的、可嵌入的数据库。是什么使它受欢迎的组合…
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.
- 2023-05-15 04:05:03下载
- 积分:1
-
VC++写的订单管理系统源码
资源描述使用C++语言、结合MFC、数据库等语言写了一个订单管理系统,很好的练习学习初级项目,只有扎实的从基础学起,才能学习好编程知识。尤其是C++不重视项目永远写学不好!
- 2023-06-08 22:50:03下载
- 积分:1
-
这是一个数据库课程设计的sql语言,含报告!请版主查收
这是一个数据库课程设计的sql语言,含报告!请版主查收-This is a database of curriculum design sql language, with the report! Please check your moderator
- 2022-09-04 18:00:02下载
- 积分:1
-
sql
说明: SQL 参考手册sql中文的完全参考手册,可以让你对sql有更多的了解和应用!(SQL Reference Manual Chinese sql the complete reference manual that lets you know more about sql and applications!)
- 2008-11-21 11:26:43下载
- 积分:1
-
可以使用,可以得到一些帮助。这就是我所做的2…
可以用的,可以对你们取到一些帮助.这是我有两个多星期做的-Can be used, and can you get some help. This is what I have to do more than two weeks of
- 2023-04-03 17:35:04下载
- 积分:1
-
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql...
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql-To sql database table all read out and display all of the field, selected from a field and the content of this field can be saved as xml file, xml document read into sql
- 2022-02-02 01:33:32下载
- 积分:1
-
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助...
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助-Universal Database Connection example, when a delphi himself had written, and I believe that the entry delphi study conducted ADO SQL help some friends
- 2023-04-25 01:50:03下载
- 积分:1
-
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!...
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!-ATM automatic teller machine SQL code, we exchanged views, I am beginner" s Road, I hope that the exhibitions predecessors ah!
- 2022-05-25 07:43:27下载
- 积分:1
-
编写触发器,记录表字段修改记录
编写触发器,记录表字段修改记录-The preparation of flip-flop, a record sheet to amend record field
- 2022-03-03 02:50:37下载
- 积分:1
-
lex/yacc sql代码
这是一个用lex/yacc实现的词法分析和语法分析以及语义分析的sql解析器,只需要通过make命令即可得到可执行代码。此代码可以实现简单的mysql语句,例如创建表,更新,查询等基础语句。
- 2022-02-01 12:48:08下载
- 积分:1