登录
首页 » ADO-ODBC » 公共管理系统开发

公共管理系统开发

于 2022-02-22 发布 文件大小:1.96 MB
0 113
下载积分: 2 下载次数: 1

代码说明:

公共管理系统开发

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

发表评论

0 个回复

  • 广场的美容院的收费系统是一种利用accse数据库系统,日…
    环亚美容美发受费系统是一个采用accse数据库的delphi系统,界面美观,实用.-Plaza Beauty Salon by the fee system is a delphi using accse database system, the interface appearance and practical.
    2022-03-22 12:33:03下载
    积分:1
  • 自己看吧,都是变程序所需要的东西,几乎所有的数据流程和业务流程图.实体图....
    自己看吧,都是变程序所需要的东西,几乎所有的数据流程和业务流程图.实体图.-ion battery, procedures are needed to change things, almost all of the business processes and data flow chart. Figure entities.
    2023-03-28 01:10:03下载
    积分:1
  • excel文件导入sql sever,例子是导入一个学生数据库
    excel文件导入sql sever,例子是导入一个学生数据库 -excel document into sql sever examples of students into a database
    2023-05-24 00:35:03下载
    积分:1
  • 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地
    使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计划。参考DemoCopyHelper.cpp这个例子. - Uses ADO data duplication prototype this nearly the data duplication prototype which I attempts in seven years ago to do. Its some parts still very were possibly interesting. At first, it has used a construction on ODBC appropriation storehouse, but it may easily revise uses any database interface level. The demonstration example uses in ADO and MSDEV brings Nwind.mdb MS the Access database. This prototype engine uses to be actual or in the artificial formulation only database the index marks a record. When inserts the record may correctly process Auto-Number or the Counter data type. Gathers or in the duplication kind of Init method link description symbol through the initialization duplication claus
    2022-08-04 03:22:56下载
    积分:1
  • 1. Since this program uses the DAO class, type only supports Access97 database....
    1.由于本程序使用的DAO类,该类仅支持Access97的数据库。所以在使用本程序时必需是Access97数据库。 2.Access2000转换成Access97的方法是:打开Access2000数据库,单击菜单“工具数据库实用工具转换数据库到早期Access数据库版本”。-1. Since this program uses the DAO class, type only supports Access97 database. Therefore, in using this procedure is necessary Access97 database. 2.Access2000 converted into Access97 method is: Open ACCESS2000 database, click menu
    2022-03-31 01:16:29下载
    积分: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
  • 访问数据库读取图片文件
    访问数据库读取图片文件-access to the database to read image files
    2022-03-11 05:23:36下载
    积分:1
  • a database of examples, ASP directly address ACCESS database
    一个数据库处理的例子,用ASP直接处理ACCESS数据库-a database of examples, ASP directly address ACCESS database
    2022-01-26 07:15:17下载
    积分:1
  • GetFieldValue的扩展: GetFloat, GetCString, ...)
    GetFieldValue的扩展: GetFloat, GetCString, ...) -GetFieldValue expansion: GetFloat, GetCString...)
    2023-01-16 21:20:03下载
    积分:1
  • 提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。...
    提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。-How in the C++ Use sqlite as a wrapper class. sqlite is a very convenient and highly efficient embedded database, you can use multiple languages, the source code shows how in the C++ in ease of use.
    2022-02-25 17:42:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载