登录
首页 » Visual C++ » UseAdo

UseAdo

于 2017-05-25 发布 文件大小:2549KB
0 368
下载积分: 1 下载次数: 3

代码说明:

  在Microsoft Visual C++6.0环境下,应用ADO,编写的连接access数据库的简单程序(MFC ADO access)

文件列表:

UseAdo
......\ADO.cpp,2313,2008-04-02
......\ADO.h,835,2008-04-02
......\DataBase.mdb,204800,2017-05-22
......\Debug
......\.....\ADO.obj,61917,2017-05-16
......\.....\msado15.tlh,222098,2012-06-06
......\.....\msado15.tli,167339,2012-06-06
......\.....\StdAfx.obj,133296,2017-05-16
......\.....\UseAdo.exe,135270,2017-05-16
......\.....\UseAdo.ilk,272876,2017-05-16
......\.....\UseAdo.obj,14887,2017-05-16
......\.....\UseAdo.pch,7016348,2017-05-16
......\.....\UseAdo.pdb,467968,2017-05-16
......\.....\UseAdo.res,2852,2017-05-16
......\.....\UseAdoDlg.obj,77884,2017-05-16
......\.....\vc60.idb,238592,2017-05-22
......\.....\vc60.pdb,569344,2017-05-16
......\msado15.tlh,221933,2012-06-06
......\msado15.tli,171573,2012-06-06
......\ReadMe.txt,3579,2008-04-02
......\res

......\...\UseAdo.rc2,398,2008-04-02
......\resource.h,1006,2008-04-02
......\StdAfx.cpp,208,2008-04-02
......\StdAfx.h,1197,2008-04-02
......\UseAdo.aps,21520,2017-05-12
......\UseAdo.clw,1446,2017-05-23
......\UseAdo.cpp,2063,2008-04-02
......\UseAdo.dsp,4277,2008-04-02
......\UseAdo.dsw,535,2008-04-02
......\UseAdo.h,1324,2008-04-02
......\UseAdo.ncb,230400,2017-05-23
......\UseAdo.opt,568832,2017-05-23
......\UseAdo.plg,246,2017-05-16
......\UseAdo.rc,5862,2008-04-02
......\UseAdoDlg.cpp,8207,2012-04-21
......\UseAdoDlg.h,1554,2008-04-02

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

发表评论

0 个回复

  • 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
  • MFC-ODBC
    MFC的ODBC数据库编程,具有简单的数据库操作,希望能有帮助。(The MFC ODBC programming, a simple operations, hoping to help.)
    2015-03-09 21:23:02下载
    积分:1
  • LibraryMIS
    一个简单的图书馆管理信息系统,使用CS结构(A simple library management information system)
    2009-07-17 13:40:44下载
    积分:1
  • 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
  • vcadodaoadb
    这是一个用vc6.0写的数据库,里面有ado,dao,adb编程!(This is a database used vc6.0 write, there are ado, dao, adb programming!)
    2008-04-28 11:23:22下载
    积分:1
  • 43567897
    VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
    2013-08-13 23:34:07下载
    积分:1
  • SQLServer2000UsePDF
    SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法(SQL Server 2000 s use and development that is given through ODBC, DAO ADO methods to access the database)
    2008-04-20 12:50:22下载
    积分:1
  • ADOTest
    本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)
    2020-10-29 14:59:57下载
    积分:1
  • CodeCtrlOdbc
    vc 代码控制链接ODBC的程序源码,希望对大家有所帮助(vc code control procedures linked ODBC source, we hope to help)
    2011-05-29 13:37:57下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载