登录
首页 » ADO-ODBC » 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率...

众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率...

于 2022-08-07 发布 文件大小:296.81 kB
0 53
下载积分: 2 下载次数: 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

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

发表评论

0 个回复

  • This is for rolling back the old has already submitted the affairs of the script...
    这是用于回滚旧的已经提交过的事务的脚本。可用于在多用户模式中将UNDO(取消)功能嵌入到客户端-服务器应用程序中-This is for rolling back the old has already submitted the affairs of the script. Can be used in multi-user mode will UNDO (canceled) functions into client-server application procedures
    2023-01-28 14:30:04下载
    积分:1
  • 在线图书系统 Ver 0.3.3 说明: 修正一些小Bug 在线图书系统 Ver 0.3.2 说明: 修...
    在线图书系统 Ver 0.3.3 说明: 修正一些小Bug 在线图书系统 Ver 0.3.2 说明: 修正一些小Bug,对删除分类和删除用户,只给admin权限,添加修改用户和用户密码的功能,添加修改图书数据的功能。 在线图书系统 Ver 0.3.1 说明: 那个程序我把他更新了一下,数据库有点变化,你要把原来的wwwroot目录下面的文件全部删除,然后把新的版本解压出来覆盖。 在线图书系统 Ver 0.2.2 说明: 1、系统环境为asp,把AspWeb.rar解压后,运行AspWeb.exe,然后点击“启动” 2、然后在浏览器地址栏输入:http://localhost,或者你电脑的IP地址:http://你的IP,理论上可以在局域网内多用户使用 3、初始登录用户密码为:admin/admin 本系统为测试粗放版,使用注意!由于使用本软件而造成的任何问题,由使用者本人负责,与软件设计制作者无关!谢谢! -err
    2022-06-19 18:18:13下载
    积分:1
  • 教师论文管理系统。目前教师个人信息日益复杂化,市场上的软件各有针对性,却缺少专门针对教师需要设计的综合性信息管理软件,为了方便老师对个人信息资料的综合管理,特编...
    教师论文管理系统。目前教师个人信息日益复杂化,市场上的软件各有针对性,却缺少专门针对教师需要设计的综合性信息管理软件,为了方便老师对个人信息资料的综合管理,特编写“教师个人资料辅助管理系统”软件。在整个系统中,我编写的模块是“论文管理”,目的是有效的查找、编辑、修改和综合管理老师的科研论文,所带本科生的毕业设计论文,所带硕士、博士的各类论文,并且有效的实现与其它模块的互动。-teachers paper management system. Currently teachers increasingly complex personal information, software on the market have targeted, but the lack of specialized teachers need to design a comprehensive information management software, in order to facilitate teachers to the personal information management, the preparation of special "teachers assisted personal information management system" software. Throughout the system, I prepare the module is the "paper management", is an effective search, edit, modify, and comprehensive management of the teacher"s scientific papers, brought the number of undergraduate design graduate thesis, it divulges master"s and doctoral degrees in various papers, and to achieve effective and other interactive modules.
    2022-05-26 15:56:36下载
    积分:1
  • 企业备忘录管理系统,外加数据库创建脚本(sql server 2000下)...
    企业备忘录管理系统,外加数据库创建脚本(sql server 2000下)-Enterprise memorandum management system, plus a script to create the database (sql server 2000, under)
    2022-05-06 19:32:27下载
    积分: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
  • MDB导出多种数据格式,很有用滴!例如:txt,E.
    mdb导出为多种格式数据,很有用滴!例如:txt,excel,dbf等等!-mdb export formats for a variety of data, very useful drops! For example: txt, excel, dbf, etc.!
    2023-08-29 08:10:04下载
    积分:1
  • vb数据库编程源码,vb数据库编程源码.
    vb数据库编程源码,vb数据库编程源码.-vb database programming source code, vb source database programming.
    2022-03-17 23:02:12下载
    积分:1
  • 第一步,打开Adobe_Acrobat_7.0_Pro_KeyGen.exe,将随机产生一个24位的序列号码.复制. 第二步,打开安装程序,点SETUP,在...
    第一步,打开Adobe_Acrobat_7.0_Pro_KeyGen.exe,将随机产生一个24位的序列号码.复制. 第二步,打开安装程序,点SETUP,在需要输入序列号的时候,将已复制的24位的序列号码,粘贴. 第三步,一路NEXT,选中通过电话激活方式.点NEXT 第四步,在随后产生的28位代码复制到Adobe_Acrobat_7.0_Pro_KeyGen.exe第二行,注意不要带空格 第5步,点Adobe_Acrobat_7.0_Pro_KeyGen.exe 产生激活代码. 第6步,将激活代码填入安装程序 OK -The first step, open Adobe_Acrobat_7.0_Pro_KeyGen.exe, will generate a random sequence of 24 numbers. Copy. The second step, open the installer, point SETUP, enter the serial number required at the time, will have to copy the serial number 24 and paste. The third step, all the way NEXT, select activation by phone. NEXT-point fourth step, resulting in the following 28 code Adobe_Acrobat_7.0_Pro_KeyGen.exe copied to the second line, not to bring attention to step 5 spaces, points have to activate code Adobe_Acrobat_7.0_Pro_KeyGen.exe. Step 6, activation code will fill in the installation process OK
    2022-04-17 06:40:51下载
    积分:1
  • 一个对数据库的编程,用VB编写,可以交流
    一个对数据库的编程,用VB编写,可以交流-one pair of Database Programming with Visual Basic, to be shared
    2022-09-24 16:15:03下载
    积分:1
  • statements preparation and application of practical examples and help show that...
    报表编写和应用的实际例子和帮助说明,希望和大家交流,共同进步。谢谢。-statements preparation and application of practical examples and help show that hope and the exchange of common progress. Thank you.
    2023-08-09 21:25:03下载
    积分:1
  • 696518资源总数
  • 104321会员总数
  • 14今日下载