-
This code is used to ACCESS database into EXCEL in the database, and can be set...
这段代码是用来将ACCESS数据库中的数据库导入EXCEL中,并且可以设定导出到EXCEL中数据的格式。-This code is used to ACCESS database into EXCEL in the database, and can be set to export to the data in EXCEL format.
- 2022-05-21 06:03:04下载
- 积分:1
-
用c#编写的一个销售管理系统,是数据库的运用,特别适合初学者...
用c#编写的一个销售管理系统,是数据库的运用,特别适合初学者-With c# Prepared a sales management system is a database application, particularly suitable for beginners
- 2022-03-03 09:49:26下载
- 积分:1
-
(1) main.prg system initialization code wset talk offwset safety offwclose allws...
(1)main.prg 系统初始化代码
wset talk off
wset safety off
wclose all
wset talk off
wset near on
wset exact on
w*---设置运行环境
wset ansi on
wset excl off
wset safety off
wset dele on
wset century on
wset date to YMD-(1) main.prg system initialization code wset talk offwset safety offwclose allwset talk offwset near onwset exact onw*- set the runtime environment wset ansi onwset excl offwset safety offwset dele onwset century onwset date to YMD
- 2022-03-23 04:54:02下载
- 积分:1
-
个人人事管理系统,可以进行添加、删除、保存等数据库的基本操作,还可以进行查询的功能,适合与初学者参考,这个小程序也很使用。希望大家喜欢!Delphi7编译,Wi...
个人人事管理系统,可以进行添加、删除、保存等数据库的基本操作,还可以进行查询的功能,适合与初学者参考,这个小程序也很使用。希望大家喜欢!Delphi7编译,Win Xp + Access Xp环境,使用的是ADO组件-individual personnel management system, can add, delete, preservation of the basic operation of the database can also be used for the inquiry, suitable for beginners and reference, this small program is also used. Hope you like! Delphi7 compiler, Win Xp Access Xp environment, the use of ADO
- 2022-05-13 21:14:23下载
- 积分:1
-
商场VIP消费管理系统
版权所有,未经授权,不得擅自复制,作者保留所有权利。
1.本系统开发环境
(1)操作系统:win2k。
(2)数据库:A...
商场VIP消费管理系统
版权所有,未经授权,不得擅自复制,作者保留所有权利。
1.本系统开发环境
(1)操作系统:win2k。
(2)数据库:Access。
(3)编译器:j2sdk-1_4_1_02-windows-i586.exe。
-malls VIP consumption Copyright Management System, without authorization, will be allowed to copy, the author All rights reserved. 1. The system development environment (1) Operating System : win2k. (2) Database : Access. (3) compiler : j2sdk- 1_4_1_02-windows-i586.exe.
- 2022-01-28 22:19:23下载
- 积分:1
-
vc++封装的 ADO 非常好哦
vc++封装的 ADO 非常好哦 -vc Packaging ADO very Haoe Ha ha
- 2022-04-01 06:23:58下载
- 积分:1
-
著名的数据库连接控制,我个人很喜欢用,省了好多的麻烦,而且适合初学者,像大名鼎鼎的thinknet那样的就不用这个了,总之NiceBoy一个字:推 荐!! 内含...
著名的数据库连接控制,我个人很喜欢用,省了好多的麻烦,而且适合初学者,像大名鼎鼎的thinknet那样的就不用这个了,总之NiceBoy一个字:推 荐!! 内含演示和demo!-famous database connection control, I personally like to use, save a lot of trouble, and is suitable for beginners, like the famous thinknet it did not this, the word NiceBoy a word : Recommended! ! Includes demonstrations and demo!
- 2022-03-30 06:25:17下载
- 积分:1
-
可以用来直接显示数据库的表内数据,仅供学习研讨用;
可以用来直接显示数据库的表内数据,仅供学习研讨用;-data viewer for database, only for disccussion and study
- 2022-03-22 02:35:25下载
- 积分:1
-
Image management systems, with new, add, delete, with features such as Beijing U...
图片管理系统,具有新建,添加,删除,排列等功能,北邮大二小学期作业-Image management systems, with new, add, delete, with features such as Beijing University of Posts and Telecommunications sophomore primary phase operation
- 2022-11-03 19:15:03下载
- 积分:1
-
众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率...
众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OLEDB数据源以及工业中的Citect,IFix监控软件数据源的统一访问。 开发环境: Microsoft Windows2000开发平台 开发工具: Microsoft Visual C++.NET 数据源: Microsoft SQLServer2000,Citect,Ifix,ODBC 文件说明: DAServer2.dll是一个统一数据访问平台。提供OLEDB标准接口。用户可对其进行访问。 SQLServerProvider.dll是针对SQLServer数据源的提供程序。 config.ini是系统配置文件。- Data access in the entire software development framework is a three-tier data layer, the other is a two-tier basis. Without it, the data storage change meaningless. Meanwhile, the efficiency of data access will directly affect the quality of the software. A slow data access system is the customer can not be tolerated. A good system will be an efficient data access methods. This shows that access to data in the software development process is very important. If reunification of data
- 2022-08-07 12:26:37下载
- 积分:1