-
药房管理系统的源代码,一般功能的数字的多少…
药店GSP管理系统源代码,功能一般,在数家中小型药店实际投入使用。-pharmacy management system source code, the general function of the number of small and medium-sized pharmacy practical use.
- 2022-03-21 15:47:42下载
- 积分:1
-
adobe acrobat/reader getIcon函数出错通用溢出程序
adobe acrobat/reader getIcon函数出错通用溢出程序-adobe acrobat/reader getIcon function universal exploit
- 2023-05-17 18:25:03下载
- 积分:1
-
vc++数据库编程技术的配套光盘,希望对大家有用
vc++数据库编程技术的配套光盘,希望对大家有用
- 2022-01-31 15:01:33下载
- 积分:1
-
ADO从代码组件的通用版本,你只要设置选择系统。
ADO版本的通用取码组件,只要你设置select语句,就可根据你的输入“模糊查询”出信息,并显示在弹出的对话框中供你选择-ADO from generic versions of the code components, as long as you set up select statement can be imported under your "fuzzy about the" out information, and display pop-up dialog box for your choice
- 2022-09-26 08:50:02下载
- 积分:1
-
人事管理系统,没有经过调试,需要解压,没有密码
人事管理系统,没有经过调试,需要解压,没有密码-personnel management system, no debugging required decompression, no password
- 2022-05-16 23:58:20下载
- 积分:1
-
微软的VC++下使用ADO访问数据库的实例
微软的VC++下使用ADO访问数据库的实例-use ADO database examples
- 2022-03-01 19:28:03下载
- 积分:1
-
vcd租赁管理_源码,很完整的租赁管理系统,稍加修改就可用于图书等的租赁管理。...
vcd租赁管理_源码,很完整的租赁管理系统,稍加修改就可用于图书等的租赁管理。-vcd lease management _ source, a complete leasing management system, can be slightly modified for books, etc. The lease management.
- 2023-05-02 19:55:03下载
- 积分:1
-
通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行...
通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-adoption of this sample source code and supporting you to be more flexible control of Excel documents, including the creation of new Excel file, write tabular data, reading the spreadsheet data (including the original Excel files built themselves manually add the rows and columns of data accurately read), has been deleted Excel spreadsheet, the forms were designated rows and columns, and cells to conduct inquiries, insert, replace, etc, and also can be generated for the Excel document conversion designated by separate segregated from the other website text files
- 2022-04-17 07:04:45下载
- 积分:1
-
一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(C
一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records
- 2022-12-03 03:05:04下载
- 积分: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