登录
首页 » Visual C++ » ADO-open-close

ADO-open-close

于 2013-10-21 发布 文件大小:10858KB
0 343
下载积分: 1 下载次数: 7

代码说明:

  用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用(用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用 Simple procedures for opening and closing the database with ADO preliminary understanding about use of ADO in MFC )

文件列表:

ADO打开、关闭数据库连接
.......................\Demo
.......................\....\1.accdb,651264,2013-10-21
.......................\....\1.mdb,294912,2013-10-21
.......................\....\Debug
.......................\....\.....\BuildLog.htm,6988,2013-10-21
.......................\....\.....\Demo.exe,114176,2013-10-21
.......................\....\.....\Demo.exe.embed.manifest,920,2013-10-21
.......................\....\.....\Demo.exe.embed.manifest.res,984,2013-10-21
.......................\....\.....\Demo.exe.intermediate.manifest,861,2013-10-21
.......................\....\.....\Demo.ilk,1139012,2013-10-21
.......................\....\.....\Demo.obj,20751,2013-10-21
.......................\....\.....\Demo.pch,27918336,2013-10-21
.......................\....\.....\Demo.pdb,3902464,2013-10-21
.......................\....\.....\Demo.res,2440,2013-10-21
.......................\....\.....\DemoDlg.obj,85756,2013-10-21
.......................\....\.....\msado15.tlh,100685,2012-05-29
.......................\....\.....\msado15.tli,77172,2012-05-29
.......................\....\.....\mt.dep,67,2013-10-21
.......................\....\.....\StdAfx.obj,491539,2013-10-21
.......................\....\.....\vc90.idb,953344,2013-10-21
.......................\....\.....\vc90.pdb,2232320,2013-10-21
.......................\....\Demo.cpp,2154,2007-12-17
.......................\....\Demo.dsp,4123,2007-12-17
.......................\....\Demo.dsw,533,2007-12-17
.......................\....\Demo.h,1302,2007-12-17
.......................\....\Demo.mdb,180224,2013-10-21
.......................\....\Demo.ncb,12971008,2013-10-21
.......................\....\Demo.plg,700,2008-05-20
.......................\....\Demo.rc,5161,2008-05-20
.......................\....\Demo.sln,873,2013-10-21
.......................\....\Demo.vcproj,7273,2013-10-21
.......................\....\Demo.vcproj.QT-201308161621.Administrator.user,1427,2013-10-21
.......................\....\DemoDlg.cpp,5887,2013-10-21
.......................\....\DemoDlg.h,1532,2007-12-19
.......................\....\msado15.tlh,90619,2005-08-14
.......................\....\msado15.tli,76614,2005-08-14
.......................\....\ReadMe.txt,3543,2007-12-17
.......................\....\res

.......................\....\...\Demo.rc2,396,2007-12-17
.......................\....\resource.h,726,2007-12-19
.......................\....\StdAfx.cpp,206,2007-12-17
.......................\....\StdAfx.h,1163,2007-12-17

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

发表评论

0 个回复

  • pay
    毕业设计论文(含运行说明书,源代码)工资管理系统(SQL+VC++)是Visual C++数据库(SQL Server 2000)信息管理系统,来自明日科技《Visual C++数据库系统开发案例精》一书,案例包括运行说明书,源代码和参考的《毕业设计论文范例》。(Thesis graduation project (including operation manuals, source code) wage management system (SQL+ VC++) Is a Visual C++ Database (SQL Server 2000) Information Management System, from tomorrow technology Visual C++ Database system the development of the case the elite in a book, case, including operation manuals, source code and reference the graduation thesis design paradigm. )
    2008-06-17 12:10:17下载
    积分:1
  • vcbookmangement
    说明:  VC数据库编程 图书管理系统 利用SQL Server实现数据的存储 是一个很好的程序(VC Database Programming using SQL Server for data storage is a very good program)
    2009-08-05 10:37:47下载
    积分: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
  • WorkAid
    VC数据库,网络综合实例综合运用,包括文件读写,SHELL脚本打开文件,对SQL Server2000的ADO访问!(VERY GOOD!)
    2010-03-10 14:51:51下载
    积分:1
  • VBdatabase-
    这是一个VB的数据库操作例程,用于演示增删数据库记录(This is a VB database operation routines for demo add or delete database records)
    2013-04-20 12:57:31下载
    积分: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
  • homework
    使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
    2010-11-15 09:37:01下载
    积分:1
  • DsToExcel
    将Dataset导出到Excel,本程序阐述基本功能(Dataset exported to Excel, the program described the basic functions of)
    2012-06-08 09:28:08下载
    积分:1
  • AccessControl
    visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
    2016-05-09 16:18:52下载
    积分:1
  • chap30--use-ADO-handle-databases
    MFC操作数据库ADO操作数据库, MFC操作数据库ADO操作数据库,(use MFC to handle the databasees)
    2012-09-19 17:28:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载