登录
首页 » ADO-ODBC » 这是一个有dao和ado技术访问数据库的例子,希望对朋友们有所帮助。

这是一个有dao和ado技术访问数据库的例子,希望对朋友们有所帮助。

于 2022-05-20 发布 文件大小:8.59 kB
0 98
下载积分: 2 下载次数: 1

代码说明:

这是一个有dao和ado技术访问数据库的例子,希望对朋友们有所帮助。-It is a dao ado technology and access to the database example, and I hope to help friends.

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

发表评论

0 个回复

  • 一段检查事物依赖性的测试程序。算法包含在程序源码中。
    一段检查事物依赖性的测试程序。算法包含在程序源码中。-screening for things dependence of the test. Included in the procedures algorithm source code.
    2023-08-28 09:20:03下载
    积分:1
  • the update before you must backup source! And this procedure on the same directo...
    在更新前请务必备份源文件! 并且此程序对同一目录只能使用一次! 本程序对只处理了部份DbGridEh事件: StringReplace(Demo[i], TDBGrid , TDBGridEh , [rfIgnoreCase]) StringReplace(Demo[i], DataCol: Integer Column: TColumn , DataCol: Integer Column: TColumnEh , [rfIgnoreCase]) StringReplace(Demo[i], Click(Column: TColumn) , Click(Column: TColumnEh) , [rfIgnoreCase]) StringReplace(Demo[i], DbGrids , DbGridEh , [rfIgnoreCase]) 如果你还有DbGridEh其它事件请修改源代码!-the update before you must backup source! And this procedure on the same directory may be used only once! Only the Department of procedures Jimmy DbGridEh part of the incident : StringReplace (Demo [i] TDBGrid, TDBGridEh. [rfIgnoreCase]) StringReplace (Demo [i] DataCol : Integer Column : TColumn, DataCol : Integer Column : TColumnEh. [rfIgnoreCase]) StringReplace (Demo [i] Click (Column : TColumn), Click (Column : TColumnEh) [rfIgnoreCase]) StringReplace (Demo [i] DbGrids, DbGridEh. [rfIgnoreCase]) If you have DbGridEh other incidents please modify the source code!
    2022-11-12 10:35:04下载
    积分:1
  • 一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
    一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦-a VB development of the database management system. ACCESS 2000 databases. With the integrity of the design development documents and database design documentation. Graduation is doing the best reference. Code style norms. VB integrity of the MDB database to add, delete, query, print, statements capabilities. All source code is free. A rare set of source code management system--
    2023-08-30 05:00:04下载
    积分: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
  • 管理机房的数据库程序
    管理机房的数据库程序-management room at the database program
    2023-03-27 12:40:04下载
    积分:1
  • 通讯录管理器。使用MFC DAO对象和接口编程技术…
    地址薄管理器.采用MFC DAO对象和接口编程技术实现了一个地址薄数据库的管理器.主要功能包括:1,浏览数据库的内容.2,添加,删除和更新数据库的记录.-address book manager. Using MFC DAO objects and interface programming technology to achieve a one address book database manager. main features include : a browse the contents of the database .2, add, delete and update database records.
    2022-06-15 12:32:28下载
    积分:1
  • 毕业设计的人事工资管理系统。使用数据库为Access 2000,Delphi 7,包括工资短信、人事工资管理等等。...
    毕业设计的人事工资管理系统。使用数据库为Access 2000,Delphi 7,包括工资短信、人事工资管理等等。-Graduate design management systems and personnel wages. The use of a database for Access 2000, Delphi 7, message including wages, salaries and personnel management and so on.
    2023-04-14 14:35:04下载
    积分:1
  • 员工信息查询系统 帮助你快速查找员工个人信息
    员工信息查询系统 帮助你快速查找员工个人信息-Information systems staff to help you quickly find the staff personal information
    2023-08-24 02:20:02下载
    积分:1
  • 运行程序即可自动配置ODBC 数据源,修改在OnInitDialog 中
    运行程序即可自动配置ODBC 数据源,修改在OnInitDialog 中-running the program can automatically configure ODBC data sources, which changes in OnInitDialog
    2022-07-19 08:43:20下载
    积分:1
  • A combination of VB query! Oh give it a try to download
    VB的组合查询语句!下载试试看哦-A combination of VB query! Oh give it a try to download
    2022-07-21 22:17:28下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载