登录
首页 » Visual C++ » ADO

ADO

于 2014-05-22 发布 文件大小:4222KB
0 353
下载积分: 1 下载次数: 5

代码说明:

  本程序在VS平台下实现MFC对数据库进行相应操作(能实现数据库的增删查改),代码量少,特别适合于初学者学习,程序可在Visual C++ 6.0和VS2010以及VS2008 平台上使用!(MFC Visual C++ DataBase ADO)

文件列表:

ADO
...\AddRelationInfo.cpp,13892,2013-09-29
...\AddRelationInfo.h,2155,2013-09-29
...\Chapter21.aps,62004,2013-09-29
...\Chapter21.clw,6456,2013-09-29
...\Chapter21.cpp,5482,2013-09-29
...\Chapter21.dsp,5667,2013-09-29
...\Chapter21.dsw,543,2013-09-29
...\Chapter21.h,1547,2013-09-29
...\Chapter21.ncb,762880,2013-09-29
...\Chapter21.opt,113664,2013-09-29
...\Chapter21.plg,3514,2013-09-29
...\Chapter21.rc,17790,2013-09-29
...\Chapter21Doc.cpp,1802,2013-09-29
...\Chapter21Doc.h,1508,2013-09-29
...\Chapter21View.cpp,2669,2013-09-29
...\Chapter21View.h,1939,2013-09-29
...\info.mdb,5799936,2013-09-29
...\LeftTreeView.cpp,10426,2013-09-29
...\LeftTreeView.h,2329,2013-09-29
...\MainFrm.cpp,8591,2013-09-29
...\MainFrm.h,1878,2013-09-29
...\msado15.tlh,90577,2013-09-29
...\msado15.tli,76614,2013-09-29
...\PerInfoView.cpp,5206,2013-09-29
...\PerInfoView.h,2025,2013-09-29
...\QueryDlg.cpp,3720,2013-09-29
...\QueryDlg.h,1320,2013-09-29
...\ReadMe.txt,4383,2013-09-29
...\res
...\...\Chapter21.ico
...\...\Chapter21.rc2,401,2013-09-29


...\...\Toolbar.bmp
...\resource.h,3544,2013-09-29
...\RightListView.cpp,9831,2013-09-29
...\RightListView.h,2044,2013-09-29
...\RightPaneFrame.cpp,6202,2013-09-29
...\RightPaneFrame.h,1998,2013-09-29
...\StdAfx.cpp,211,2013-09-29
...\StdAfx.h,1349,2013-09-29

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

发表评论

0 个回复

  • Example025
    vc创建逻辑字体 的程序源码,很不错的demo(vc create a logical font program source code, very good demo)
    2011-06-19 07:43:57下载
    积分:1
  • unsure
    大学物理实验中用这个来计算不确定度 简单实用(Physics experiment used to calculate the uncertainty of this simple and practical)
    2010-07-27 13:17:09下载
    积分:1
  • CPP
    c++语言编程规范 书籍,希望能给大家带来些帮助吧(thanks )
    2011-12-27 21:27:46下载
    积分:1
  • C-language-comprehensive-training
    C语言综合训练,包含文件调用、添加还有一些汇总统计等(C language integrated training, including file calls, add some summary statistics)
    2014-01-02 15:42:40下载
    积分:1
  • extendCPP10
    C++开始进化成C++0x,Visual C++ 2010编译器提供了对C++0x新特性的支持,这个是C++0x的使用例子。(C++ started to evolve into C++0 x, Visual C++ 2010 compiler provides a C++0 x support new features, this is the use of C++0 x example.)
    2011-01-26 10:56:34下载
    积分:1
  • c
    说明:  实现运算符的重载,有很多常用的运算符,很重要(五)
    2009-11-24 21:25:54下载
    积分:1
  • prop
    一个基于MFC的属性表单,本例用来统计对象的收入,兴趣爱好,工作地点,工作经历(A MFC based property form, this example used to count the object of income, interest, work place, work experience)
    2015-07-17 20:51:27下载
    积分:1
  • vccode
    这是VC++深入详解的代码,非常齐全。可以方便大家下载参考(This is the depth Xiangjie VC++ code, very complete. You can easily download information)
    2010-07-29 07:57:33下载
    积分:1
  • VC专题教程all
    VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用(VC Guide feature-- the first chapter related to the development of packaged Internet download how to prepare--- 1.1--- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI--- the use of CGI to develop procedures ISAPI 1.4--- Internet using WinInet development process-- the second chapter ActiveX development package download ActiveX controls 2.1------------ 2.2 on the use of MFC Development ActiveX 2.3------ use ATL (ActiveX Template Library) Create ActiveX------ 2.4 debug, and use ActiveX controls-- the third chapter debugging techniques and abnormal (error) handling of packaged download------ 3.1 intermediate process tracking and output variables------ 3.2/Object legitimacy inspection 3.3------------ memory leakage inspection 3.4 abnormal capture )
    2020-06-26 07:20:01下载
    积分:1
  • MFC
    MFC深入浅出,PDF格式,学习MFC的初学者可以看看。。(MFC easy, PDF format, learn the beginner can look at the MFC. .)
    2009-05-06 15:26:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载