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

ADO-open-close

于 2013-10-21 发布 文件大小:10858KB
0 349
下载积分: 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 个回复

  • cjgl4562154
    说明:  一个简单的数据库操作例子,特别适合初学者.vb数据库编程练习,学习完后可以举一反三。请大家多多指教。 (a simple example of the operation of the database, especially for beginners. Vb database programming exercises after learning can draw inferences from. Please exhibitions.)
    2005-11-25 22:06:33下载
    积分:1
  • Login
    通过一个简单的项目实例“国家游泳队训练信息系统”,展示c++的威力。该项目包括,SQL server数据库连接数据库操作等(增、删、改查),是一个很好的学习资料。亦可作为收藏。包括对对话框的一些设置问题,对话框背景等........(Through a simple project examples "national swimming team training information system" to demonstrate the power of c++. The project includes, SQL server database connections and other database operations (add, delete, change search), is a good learning materials. Also as a collection. Including some of the settings dialog box in the dialog background ........)
    2014-07-05 22:24:03下载
    积分:1
  • cppodbc
    使用C++编写的对ODBC封装类。对ODBC的主要操作进行了类的封装。(The use of ODBC written in c++ wrapper class.The encapsulation of main operation of ODBC.)
    2021-01-19 20:28:42下载
    积分:1
  • PrettyHorse
    数据库编程范例用到ado,directui,mfc(Database programming paradigm used ado, directui, mfc)
    2011-10-13 20:37:48下载
    积分: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
  • 20060611Access
    简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。 (Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
    2006-08-29 12:05:09下载
    积分:1
  • Cpp1
    数据库编程实例 详细描述了数据库的原理及应用(data module)
    2012-04-06 19:12:29下载
    积分:1
  • AdoExample
    这是我自己写的一个数据库课程设计主要是如何利用ADO跟ACCESS数据库写的,主要使用MFC进行编写,大开工程编译一下就可以运行了(just a ado program)
    2011-05-21 19:18:32下载
    积分:1
  • VCPPDevelopment-of-the-database
    visual C++数据库系统开发完全手册配套光盘(visual C++ Development of the database system completely manual CD )
    2011-12-06 15:34:38下载
    积分:1
  • student
    学生管理系统,包括学生信息管理,成绩管理,违规查询等。(Student management system, including the student information management, performance management, and illegal inquiries.)
    2010-01-06 13:50:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载