-
Delphi6
delphi6database,Delphi6数据库编程,PDF教程。-Delphi6
- 2022-06-13 14:04:35下载
- 积分:1
-
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program F...
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program Filesdatabase即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC, the procedure can directly create a data source, use, simply jxc.mdb copyed into the database file C: Program Filesdatabase can, data-processing functions , but also in the list view, double-click a record can be modified very convenient. And the interface buttons are treated pretty special.
- 2022-03-13 17:15:14下载
- 积分: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
-
VB与SQL相关操作。
用的FPS控件
VB与SQL相关操作。
用的FPS控件-VB and SQL-related operations. The FPS controls with the
- 2022-01-26 04:49:54下载
- 积分:1
-
Delphi source code, server source code, data compression source code
Delphi开发的源代码,有服务器端源代码,数据压缩源代码-Delphi source code, server source code, data compression source code
- 2022-12-06 08:10:02下载
- 积分:1
-
资产管理系统, 四十 的蛇社队以欧] 哦佛皮杜佛艘佛艘
资产管理系统, 四十 的蛇社队以欧] 哦佛皮杜佛艘佛艘-asset management system, the 40 teams with clubs snake Europe] Oh Buddha Buddha Pompidou vessels from Dover
- 2022-06-28 08:37:13下载
- 积分:1
-
一个ADO和CList的示例程序: 使用ADO操作access数据库.增加,删除
一个ADO和CList的示例程序: 使用ADO操作access数据库.增加,删除-an ADO and CList examples : Using ADO database access operations. To add, delete
- 2023-06-17 16:40:03下载
- 积分: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
-
Based on stored procedures and data sets to implement the stored procedure and r...
根据存储过程名和数据集来执行存储过程,并返回结果集-Based on stored procedures and data sets to implement the stored procedure and return result set
- 2023-04-21 04:05:03下载
- 积分:1
-
VC访问数据库有两种方法:一种是使用CDatabase和CRecord对象;另一种是利用ADO技术。这个程序实现了Postgre数据库的读写,以及存储过程的调用...
VC访问数据库有两种方法:一种是使用CDatabase和CRecord对象;另一种是利用ADO技术。这个程序实现了Postgre数据库的读写,以及存储过程的调用。-VC has two ways to access the database: one is the use of object CDatabase and CRecord the other is the use of ADO technology. The implementation of this process of reading and writing Postgre database, as well as the stored procedure call.
- 2022-03-23 08:04:50下载
- 积分:1