登录

于 2022-11-19 发布 文件大小:6.64 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 可以在ebox4300下的wince6.0操做系统下创建一个数据库,可以实现查询删除更改...
    可以在ebox4300下的wince6.0操做系统下创建一个数据库,可以实现查询删除更改-Ebox4300 can do under the system wince6.0 parade to create a database query can be changed to delete
    2022-07-23 18:59:27下载
    积分:1
  • 用ADO调用系统的存储过程 实例,讲解得很详细
    用ADO调用系统的存储过程 实例,讲解得很详细-Using ADO to call the system stored procedure example, to explain in detail the
    2023-08-28 09:50: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
  • (转载)这篇文章是我的一些工作结果
    (转载) 这篇文章是我最近的一项工程中做的一些工作的结果。我正在改良一个复杂的主从式用户应用,他用到了好几个数据库。它们的共性是DSN(数据源名)的使用。因为用户发现查在控制面板中用ODBC结构工具查找出DSN很不方便,因此我们决定为DSN做一个浏览按钮。 来源: http://www.codeguru.com/mfc_database/DSNCollection.shtml- (reprint) this article is some work results which in an my recent project does. I am improving a complex host from the type user application, he used the quite several databases. Their general character are DSN (data source name) use. Because the user discovered looks up searches DSN in the control panel with the ODBC structure tool not to be very convenient, therefore we decided is DSN makes a browsing button. Origin: Http://www.codeguru.com/mfc_database/DSNCollection.shtml
    2022-01-24 09:28:33下载
    积分:1
  • 使用MFC实现的有界面的通讯管理系统,界面美观,代码简便易懂。...
    使用MFC实现的有界面的通讯管理系统,界面美观,代码简便易懂。-The use of MFC to achieve communication with the interface management system, beautiful interface, easy to understand code.
    2022-05-30 18:39:33下载
    积分:1
  • 下载后,要在F盘目录下建立“我输出的工程”程序才可运行!...
    下载后,要在F盘目录下建立“我输出的工程”程序才可运行!-download, in the F disk directory to establish "I output of the project" procedures before running!
    2022-08-21 15:40:50下载
    积分:1
  • VB的数据库编程源代码,可供初学者学习使用
    VB的数据库编程源代码,可供初学者学习使用-VB database programming source code available for beginners to learn how to use
    2022-04-09 01:38:04下载
    积分:1
  • Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较...
    Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进行版本升级。也请各位高手多多批评指正。 -Excel spreadsheet input and output is often of the need to address. Operation Excel variety of ways. For example, by calling the Excel COM procedures for the operation of Excel. However, this approach is more limited and more difficult to achieve. However, for access to the database components ADO, is to support multiple data sources, including Excel file. We can ADO components to read and write Excel files visit. Of course,.NET platform counterparts ADO data access components of ADO.NET components. I prepared this category is achieved through ADO.NET read and write Excel files. Because time is so short, the function is still not perfect, will in future have the time for version upgrades. Members also criticized many
    2022-03-25 07:30:37下载
    积分:1
  • 超市进销存管理系统,基于mfc开发,应用sql数据库
    超市进销存管理系统,基于mfc开发,应用sql数据库-Supermarket Invoicing Management System, based on mfc development and application of sql database
    2022-12-19 18:15:03下载
    积分:1
  • 根据所建的工程既可使用(转载)
    根据所建的工程既可使用(转载)-built under the project can use (reproduced)
    2023-08-10 17:05:03下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载