Ado_使用ADO封装类的数据库程序开发实例(Ado_ USES a database program development instance of the ADO wrapper class).doc
- 1、本文档共31页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Ado_使用ADO封装类的数据库程序开发实例(Ado_ USES a database program development instance of the ADO wrapper class)
Ado_使用ADO封装类的数据库程序开发实例(Ado_ USES a database program development instance of the ADO wrapper class)
Ado_ USES ADO wrapper class database application development instances. TXT
Database application development instances using ADO wrapper classes (top)
Author: true
Download the sample source code for this article
The running effect of the source code is as follows:
One, foreword
Anyone who has used ADO knows that calling ADO to handle a lot of troublesome things, such as exception handling, to write a lot of try-catch blocks. I simply encapsulate the common functions and avoid the hassle of writing try-catch blocks. Do it although there is no technical content, but also quite tedious, so only completed the part, and due to the limited time and personal level, nothing to encapsulate a comprehensive test, and there must be a lot of mistakes, but thought that may be useful for some friends. So lets donate first. ^ - ^.
Before introducing these two classes, lets take a look at ADO. This article assumes that you have some programming skills:
Understand the structure of ADO
ADO (ActiveX Data Object, Active Data Object) is an object-oriented, language-neutral Data access application programming interface. According to most information, it has the following main features:
1: easy to use.
Two: you can access multiple data sources.
Three: quick access, high efficiency:
4: convenient for Web application.
V: technical programming interface is rich.
Six: low memory expenses and less disk space.
It is just to see the many advantages of ADO that I am interested in using the ADO development database, which is not difficult to use as mentioned earlier. Overall, ADO model including the following objects: connect (Connection), Command (Command), record set (you), Field (Field), the parameters (Parameter), Error (Error) and properties (Property), collection, and events. The relationship between them is as follows:
(1) our most commonly used three objects are Connection, Recordset and Comm
您可能关注的文档
- (万科)住宅设计统一技术措施(建筑)(Unified technical measures for residential design (construction)).doc
- (建筑工程)第1章3(Chapter 1, 3).doc
- (新版)收缩膜热收缩膜生产制备工艺及应用专利技术光盘((new) shrink film shrinkage film production preparation process and application of patented technology compact disc).doc
- -平面旋转LED点阵套件-电子制作(- plane rotating LED lattice kit - electronic production).doc
- 001世界十大宫殿(001 the world's ten palaces).doc
- 0.8QQ手挡驾驶全攻略(0.8 QQ hand in the driver overall strategy).doc
- 002机械挖土施工工艺(Construction technology of mechanical excavation).doc
- 002作图题(黄冈市物理中考题调考题汇编)(002 graph (a compilation of examination questions in the physics of huanggang)).doc
- 008年石家庄市第二十八中学初三年级一模考试(In 008 shijiazhuang no.28 middle school, the first third grade a module examination).doc
- 005机械回填土施工工艺(Construction technology of mechanical backfill soil).doc
- 考研真题 武汉纺织大学620设计基础历年考研真题汇编.docx
- 2025年智慧医疗建设与医疗信息化产业布局研究报告.docx
- 2025年全球咖啡产业链金融投资机会与风险预警报告[001].docx
- 2025年全球咖啡市场咖啡店品牌合作与跨界营销策略报告.docx
- 2025年绿色建材研发中心建设绿色制造技术报告.docx
- 2025年食品添加剂安全性评估指南及合理使用案例分析报告.docx
- 2025年,基因检测技术在遗传性疾病诊断中的准确性挑战与机遇.docx
- 2025年全球半导体供需平衡与半导体产业人才需求与市场潜力分析报告.docx
- 2025年全球半导体行业供需平衡趋势与数据中心产业发展研究报告[001].docx
- 王行二审 - 修改安全评价报告.doc
文档评论(0)