登录
首页 » Visual C++ » ADOAccessDemo

ADOAccessDemo

于 2015-07-15 发布 文件大小:4446KB
0 133
下载积分: 1 下载次数: 3

代码说明:

  该例程参考《Visual C++开发修行实录》,为ADO访问Access数据库的例程,其中详细介绍了ADO访问数据库的步骤,以及查询、修改、删除等SQL语言的使用。(Refer to the routine Visual C++ development practice record , as the ado access access routines, which details the steps of ADO to access the , and query, modify, delete SQL language use. )

文件列表:

ADOAccessDemo
.............\AccessDBDemo.mdb,196608,2015-07-12
.............\ADOAccessDemo.aps,21876,2015-07-15
.............\ADOAccessDemo.clw,1712,2015-07-15
.............\ADOAccessDemo.cpp,2264,2015-07-12
.............\ADOAccessDemo.dsp,4289,2015-07-12
.............\ADOAccessDemo.dsw,551,2015-07-12
.............\ADOAccessDemo.h,1401,2015-07-12
.............\ADOAccessDemo.ncb,173056,2015-07-15
.............\ADOAccessDemo.opt,49664,2015-07-15
.............\ADOAccessDemo.plg,260,2015-07-14
.............\ADOAccessDemo.rc,6062,2015-07-12
.............\ADOAccessDemoDlg.cpp,7031,2015-07-12
.............\ADOAccessDemoDlg.h,1546,2015-07-12
.............\Debug
.............\.....\ADOAccessDemo.bsc,5620736,2015-07-12
.............\.....\ADOAccessDemo.exe,122949,2015-07-12
.............\.....\ADOAccessDemo.ilk,267108,2015-07-12
.............\.....\ADOAccessDemo.obj,15145,2015-07-12
.............\.....\ADOAccessDemo.pch,9536568,2015-07-12
.............\.....\ADOAccessDemo.pdb,574464,2015-07-12
.............\.....\ADOAccessDemo.res,3048,2015-07-12
.............\.....\ADOAccessDemo.sbr,0,2015-07-12
.............\.....\ADOAccessDemoDlg.obj,75902,2015-07-12
.............\.....\ADOAccessDemoDlg.sbr,0,2015-07-12
.............\.....\msado15.tlh,90685,2013-03-13
.............\.....\msado15.tli,76647,2013-03-13
.............\.....\StdAfx.obj,133334,2015-07-12
.............\.....\StdAfx.sbr,1766942,2015-07-12
.............\.....\vc60.idb,246784,2015-07-14
.............\.....\vc60.pdb,561152,2015-07-12
.............\msado15.tlh,90615,2013-03-13
.............\msado15.tli,76612,2013-03-13
.............\ReadMe.txt,3705,2015-07-12
.............\res

.............\...\ADOAccessDemo.rc2,405,2015-07-12
.............\Resource.h,1105,2015-07-12
.............\StdAfx.cpp,215,2015-07-12
.............\StdAfx.h,1153,2015-07-12

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

发表评论

0 个回复

  • C_PI201210231659
    PI数据库标签查询、快照查询、历史数据查询 时间格式转换(pi demo)
    2012-10-23 17:06:22下载
    积分:1
  • VB-from-dbdate-copy-photo
    VB 读取数据库指定字段,然后复制对应文件夹的用户照片 批处理 的来,可以优化工作(VB read the specified field of the database, and then copy the corresponding folder user photos, you can batch optimization)
    2013-04-10 08:55:04下载
    积分:1
  • EXCEL
    有关生成和读取Excel文件的操作类,你一定用得着哦(On the formation and operation of reading Excel file type, you must need it, oh)
    2008-07-06 21:57:05下载
    积分:1
  • sqlTest100929
    一个在VC6里运用SQL语言,通过DAO方法访问ACCESS文件的vc工程。实现的功能有:创建MDB文件,新建、删除表单,对某表添加、删除、插入、修改记录。(A vc Project by sql language by DAO. It can create mdb file,or create a new tab,delete a tab,also add,delete ,insert collcetion in a certain tab. )
    2021-01-21 22:58:46下载
    积分:1
  • jiaowufuzhuguanli
    本人课程设计做的一个简单的教务辅助管理系统,实现了数据库的一般操作,适合初学者学习使用.初始用户密码均为admin.(I do curriculum design a simple Senate supporting management system, a database of normal operation for beginners to learn how to use. Initial users are admin password.)
    2007-05-23 11:38:29下载
    积分:1
  • vc_bit_big
    档案管理系统的 档案管理系统的 档案管理系统的 档案管理系统的 档案管理系统的 ( docment manegemant docment manegemant docment manegemant docment manegemant)
    2009-12-01 10:12:57下载
    积分:1
  • VFP
    VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
    2013-08-30 16:02:33下载
    积分:1
  • ADO
    vc 利用ADO开发数据库介绍,对初学者有帮助(Visual c++ ADO )
    2012-10-11 03:32:12下载
    积分:1
  • vb精彩200例
    有很多列子廷有用的 第1章 窗体、界面与控件 第2章 多媒体与图形 第3章 数据库技术 第4章 文件与系统 第5章 网络与Internet(Liezi-ting a lot of useful forms a chapter, and the control interface Chapter 2 multimedia and graphics database Chapter 3 Chapter 4 technical documents and Chapter 5 of system network and the Internet)
    2020-06-26 07:20:01下载
    积分:1
  • ADO-open-close
    用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用(用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用 Simple procedures for opening and closing the database with ADO preliminary understanding about use of ADO in MFC )
    2013-10-21 15:24:14下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载