登录
首页 » Visual C++ » DelStudent

DelStudent

于 2012-12-17 发布 文件大小:3474KB
0 324
下载积分: 1 下载次数: 12

代码说明:

  该代码展示了MFC连接数据库ACCESS的方法,采用的ADO接口,特别适合初学者学习(The code shows the MFC method to connect to the database ACCESS using ADO interface, particularly suitable for beginners to learn)

文件列表:

DelStudent
..........\DataManage.cpp,1099,2009-04-13
..........\DataManage.h,699,2009-04-13
..........\Debug
..........\.....\DataManage.obj,39872,2012-09-19
..........\.....\DelStudent.exe,122982,2012-09-19
..........\.....\DelStudent.ilk,290068,2012-09-19
..........\.....\DelStudent.obj,15195,2012-09-19
..........\.....\DelStudent.pch,7771068,2012-09-19
..........\.....\DelStudent.pdb,615424,2012-09-19
..........\.....\DelStudent.res,2668,2012-09-18
..........\.....\DelStudentDlg.obj,73651,2012-09-19
..........\.....\msado15.tlh,90806,2012-06-06
..........\.....\msado15.tli,76685,2012-06-06
..........\.....\StdAfx.obj,134372,2012-09-19
..........\.....\StudentCtrl.obj,10214,2012-09-19
..........\.....\vc60.idb,238592,2012-09-19
..........\.....\vc60.pdb,561152,2012-09-19
..........\DelStudent.aps,21196,2012-09-18
..........\DelStudent.clw,1267,2012-09-19
..........\DelStudent.cpp,2152,2009-04-13
..........\DelStudent.dsp,4497,2009-04-13
..........\DelStudent.dsw,545,2009-04-13
..........\DelStudent.h,1368,2009-04-13
..........\DelStudent.ncb,132096,2012-09-19
..........\DelStudent.opt,653312,2012-09-19
..........\DelStudent.plg,2157,2012-09-19
..........\DelStudent.rc,5492,2009-04-13
..........\DelStudentDlg.cpp,6268,2009-04-13
..........\DelStudentDlg.h,1533,2009-04-13
..........\ReadMe.txt,3651,2009-04-13
..........\res

..........\...\DelStudent.rc2,402,2009-04-13
..........\resource.h,826,2009-04-13
..........\Std.mdb,258048,2012-09-18
..........\StdAfx.cpp,212,2009-04-13
..........\StdAfx.h,1201,2012-09-19
..........\StudentCtrl.cpp,1159,2009-04-13
..........\StudentCtrl.h,723,2009-04-13

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

发表评论

0 个回复

  • vc6.0-ADO-for-MDB
    visual c++访问mdb格式access数据库,基于ADO(Visual C++ Access mdb format access , based on ADO)
    2016-10-30 06:41:41下载
    积分:1
  • CADOPIC
    数据库开发的ado连接,包括存入图像,读取图像的方法,值得入门的学习下(Ado connection database development, including into the image, read the image, it is worth to study the entry)
    2010-10-23 16:00:43下载
    积分:1
  • DJDAO
    DAO数据库简单应用,可以独立创建Access数据库,也可以随意删除,DAO上手必备的教程!(DAO simple database application, and could create Access database, can also randomly deleted, DAO handcuffed indispensable guide!)
    2007-01-17 11:26:26下载
    积分:1
  • student-information-database
    数据库基本功能都可以实现,删除,添加等等(this program is useful for people who want to develop database)
    2013-10-28 19:51:16下载
    积分:1
  • ADO
    ado VC连接ACCESSE的初级简单教程,适合新手,(ado VC connection ACCESSE primary simple tutorial for novice,)
    2011-10-19 21:27:50下载
    积分:1
  • CompactAccess
    VB编程实现Access数据库压缩功能,VB编程的朋友可以借鉴一下,压缩的效果还是很明显的,虽然不是很完美,但至少可以借鉴一下,为以后的编程思路提供参考。(VB Programming compression Access database, VB programming can learn from a friend about the effect of compression is very obvious, though not perfect, but at least you can learn from, programming ideas for future reference.)
    2009-05-11 03:24:08下载
    积分:1
  • databaseapplication
    该程序基于MFC CdataBase类重做数据库中的应用程序(MFC CdataBase based on the program category in the database redo application)
    2009-04-25 09:24:47下载
    积分: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
  • ENVELOP_ADO
    封装的ADO访问所有数据库的代码,大家不要将时间浪费在编程上了(Packaging visit all the ADO database code, we should not be wasting time on the program)
    2007-05-18 22:38:03下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载