登录
首页 » Visual C++ » Ex_ODBC

Ex_ODBC

于 2010-12-21 发布 文件大小:2036KB
0 407
下载积分: 1 下载次数: 8

代码说明:

  MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)

文件列表:

RERE课程设计
............\Ex_ODBC
............\.......\ClassDlg.cpp,1938,2010-12-16
............\.......\ClassDlg.h,1330,2010-12-16
............\.......\Debug
............\.......\.....\ClassDlg.obj,17234,2010-12-16
............\.......\.....\Ex_ODBC.exe,139332,2010-12-20
............\.......\.....\Ex_ODBC.ilk,381848,2010-12-20
............\.......\.....\Ex_ODBC.obj,23046,2010-12-17
............\.......\.....\Ex_ODBC.pch,5719724,2010-12-16
............\.......\.....\Ex_ODBC.pdb,500736,2010-12-20
............\.......\.....\Ex_ODBC.res,10316,2010-12-20
............\.......\.....\Ex_ODBCDoc.obj,18952,2010-12-16
............\.......\.....\Ex_ODBCSet.obj,17818,2010-12-16
............\.......\.....\Ex_ODBCView.obj,36701,2010-12-17
............\.......\.....\LandSet1.obj,10683,2010-12-20
............\.......\.....\MainFrm.obj,19945,2010-12-16
............\.......\.....\PLandSet.obj,13994,2010-12-20
............\.......\.....\StdAfx.obj,107377,2010-12-16
............\.......\.....\vc60.idb,238592,2010-12-20
............\.......\.....\vc60.pdb,372736,2010-12-20
............\.......\Ex_ODBC.aps,48788,2010-12-20
............\.......\Ex_ODBC.clw,6474,2010-12-20
............\.......\Ex_ODBC.cpp,4252,2010-12-16
............\.......\Ex_ODBC.dsp,4833,2010-12-16
............\.......\Ex_ODBC.dsw,539,2010-12-16
............\.......\Ex_ODBC.h,1367,2010-12-16
............\.......\Ex_ODBC.ncb,74752,2010-12-20
............\.......\Ex_ODBC.opt,54784,2010-12-20
............\.......\Ex_ODBC.plg,4649,2010-12-20
............\.......\Ex_ODBC.rc,17804,2010-12-20
............\.......\Ex_ODBCDoc.cpp,1787,2010-12-16
............\.......\Ex_ODBCDoc.h,1539,2010-12-16
............\.......\Ex_ODBCSet.cpp,1708,2010-12-16
............\.......\Ex_ODBCSet.h,1402,2010-12-16
............\.......\Ex_ODBCView.cpp,6888,2010-12-17
............\.......\Ex_ODBCView.h,2217,2010-12-17
............\.......\LandSet.cpp,1079,2010-12-20
............\.......\LandSet.h,0,2010-12-20
............\.......\LandSet1.cpp,1081,2010-12-20
............\.......\LandSet1.h,1228,2010-12-20
............\.......\MainFrm.cpp,2508,2010-12-16
............\.......\MainFrm.h,1581,2010-12-16
............\.......\PALandSet.cpp,1946,2010-12-20
............\.......\PALandSet.h,1205,2010-12-20
............\.......\PLandSet.cpp,1292,2010-12-20
............\.......\PLandSet.h,1282,2010-12-20
............\.......\ReadMe.txt,4528,2010-12-16
............\.......\res

............\.......\...\Ex_ODBC.rc2,399,2010-12-16


............\.......\resource.h,1556,2010-12-20
............\.......\StdAfx.cpp,209,2010-12-16
............\.......\StdAfx.h,1105,2010-12-16
............\student.mdb,184320,2010-12-20

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

发表评论

0 个回复

  • 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
  • VB_Access
    实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
    2009-09-14 16:31:08下载
    积分:1
  • WorkAid
    VC数据库,网络综合实例综合运用,包括文件读写,SHELL脚本打开文件,对SQL Server2000的ADO访问!(VERY GOOD!)
    2010-03-10 14:51:51下载
    积分:1
  • mysqltest
    在VS2010开发环境下开发,可进行数据库的连接、查询、插入、删除,适合初学者学习。(VS2010 development environment under development, database connection, query, insert, delete, suitable for beginners to learn.)
    2013-04-12 09:30:34下载
    积分: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
  • Course
    本实例演示了利用DAO访问数据库的常用方法,并附带了所用的数据库course.mdb。(examples demonstrating the use of DAO Database Access commonly used methods, and the incidental use of the database course.mdb.)
    2005-05-12 11:37:22下载
    积分:1
  • ADOAccessDemo
    该例程参考《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. )
    2015-07-15 10:49:40下载
    积分: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
  • Microsoft_ADO_Programer_Refer
    说明:  Visual C++中ADO程序员的参考指南文件,包括ADO入门和高级进阶部分,另外还有ADOX等相关内容(ADO in Visual C++ programmer' s reference guide documents, including entry-level and high-level advanced part of the ADO, in addition to other related content such as ADOX, ADO MD .)
    2010-03-17 15:15:17下载
    积分:1
  • mfc-ado-sql
    这是我在公司做的数据库外挂报表 对大家的学习很有帮助(This is what I do in the company' s database plug-in for everyone' s very helpful report)
    2011-11-12 19:00:11下载
    积分:1
  • 696516资源总数
  • 106686会员总数
  • 0今日下载