登录
首页 » Visual C++ » UseAdo

UseAdo

于 2017-05-25 发布 文件大小:2549KB
0 291
下载积分: 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 个回复

  • Licai2.0
    个人理财系统是我用MFC做的一个有界面的程序,里面涉及了数据库编程,常用的控件等知识。里面的数据都存储在SQL Server2005里面,我用的是ado方式访问数据库,实现了记录日常每餐的消费食物,消费水平,并可以自动算出一段时间的消费金额。(Personal financial management system is an interface program I do with MFC, which involves a database programming, controls and other knowledge. Inside the data stored in SQL Server 2005 which I use ado to access the database, to record daily meal consumption of food, consumption levels, and can automatically calculate the amount of the consumer for a period of time.)
    2012-03-30 23:16:01下载
    积分: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
  • RWExcelSrc
    演示C++读写EXCEL的方法,简单,通过ODBC完成基本的数据库功能(Demo C++ Literacy EXCEL method, simple, through the ODBC database to complete the basic functions)
    2007-07-23 09:01:17下载
    积分:1
  • MyProject
    一个读去Excel表,并将数据存入数据库的例子!可选择多种数据库!(an Excel table to read, and will maintain a database of examples! A choice of multiple databases!)
    2004-11-23 22:05:06下载
    积分: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
  • VC-Ado-Oracle
    本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。(this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.)
    2010-07-21 17:03:35下载
    积分: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
  • 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
  • Visual-CPP-ADO
    关于MFC中ADO数据库的学习,很基础的例程可供下载学习(Learn about the MFC ADO , it is the foundation of learning routines available for download)
    2014-12-04 15:46:50下载
    积分:1
  • 3275-anqn
    VC++ 通过ODBC读写Excel文件 VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码,程序没有其它功能,就这一个读写EXCEL的功能,可以VC6下编译通过(VC++ to read and write Excel files via ODBC VC++ ODBC operations directly through the program to read and write Excel spreadsheet files, attach the source code, no other program features a reading and writing EXCEL on this feature, you can compile under VC6)
    2011-07-12 10:10:34下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载