登录
首页 » Visual C++ » homework

homework

于 2010-11-15 发布 文件大小:2063KB
0 302
下载积分: 1 下载次数: 7

代码说明:

  使用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. )

文件列表:

homework
........\AddDlg.cpp,1799,2009-05-28
........\AddDlg.h,1307,2009-05-28
........\db1.mdb,233472,2009-05-28
........\Debug
........\.....\AddDlg.obj,18216,2009-12-28
........\.....\EditDlg.obj,20774,2009-12-28
........\.....\homework.exe,155741,2009-12-28
........\.....\homework.ilk,455800,2009-12-28
........\.....\homework.obj,23472,2009-12-28
........\.....\homework.pch,5716648,2009-12-28
........\.....\homework.pdb,451584,2009-12-28
........\.....\homework.res,9488,2009-12-28
........\.....\homeworkDoc.obj,18095,2009-12-28
........\.....\homeworkSet.obj,16432,2009-12-28
........\.....\homeworkView.obj,48083,2009-12-28
........\.....\InitialDlg.obj,13323,2009-12-28
........\.....\MainFrm.obj,19527,2009-12-28
........\.....\StdAfx.obj,107537,2009-12-28
........\.....\SumDlg.obj,18216,2009-12-28
........\.....\vc60.idb,222208,2009-12-28
........\.....\vc60.pdb,372736,2009-12-28
........\EditDlg.cpp,2251,2009-05-28
........\EditDlg.h,1367,2009-05-28
........\homework.aps,33712,2009-12-28
........\homework.clw,5404,2009-12-28
........\homework.cpp,4255,2009-05-28
........\homework.dsp,5300,2009-05-28
........\homework.dsw,524,2009-05-27
........\homework.h,1378,2009-05-28
........\homework.ncb,115712,2009-12-28
........\homework.opt,54784,2009-12-28
........\homework.plg,2662,2009-12-28
........\homework.rc,17507,2009-05-28
........\homeworkDoc.cpp,1531,2009-05-27
........\homeworkDoc.h,1513,2009-05-27
........\homeworkSet.cpp,1585,2009-05-27
........\homeworkSet.h,1371,2009-05-27
........\homeworkView.cpp,8725,2009-05-28
........\homeworkView.h,2411,2009-05-28
........\InitialDlg.cpp,1678,2009-05-28
........\InitialDlg.h,1312,2009-05-28
........\MainFrm.cpp,2559,2009-05-28
........\MainFrm.h,1581,2009-05-27
........\ReadMe.txt,4234,2009-05-27
........\res

........\...\homework.rc2,400,2009-05-27

........\...\icon1.ico

........\resource.h,1509,2009-05-28
........\StdAfx.cpp,210,2009-05-27
........\StdAfx.h,1105,2009-05-27
........\SumDlg.cpp,2770,2009-05-28
........\SumDlg.h,1262,2009-05-27

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

发表评论

0 个回复

  • mfc_odbc
    本例主要讲述了使用MFCODBC开发数据库的方法和步骤(In this case focuses on the development of databases using MFCODBC methods and steps)
    2007-10-10 15:54:10下载
    积分:1
  • VC__DataBaseProgramm
    该PDF文件主要是讲述数据库方面的应用知识,供大家学习交流.(This PDF document was the application of knowledge about the database for them to learn communication.)
    2011-01-22 17:14:09下载
    积分:1
  • bodb_1.0.4
    BODB是一套开源的内存数据库系统,基于BOOST开源库开发,支持跨平台编译应用.(Bodb is a boost based software library that implements a simple SQL database engine. Include a sqlparser project. )
    2012-03-30 10:54:12下载
    积分: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
  • Educational-Management-System
    编译环境:visual studio 2008 数据库:access 2007 一个简单的MFC教务系统工程,有较完善的功能,适合初学者参考。(Compiler environment: visual studio 2008 database: access 2007 a simple MFC Senate system works better functionality for beginners.)
    2012-11-28 21:40:55下载
    积分:1
  • matrix.h
    定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
    2020-08-03 20:28:35下载
    积分:1
  • vb精彩200例
    有很多列子廷有用的 第1章 窗体、界面与控件 第2章 多媒体与图形 第3章 数据库技术 第4章 文件与系统 第5章 网络与Internet(Liezi-ting a lot of useful forms a chapter, and the control interface Chapter 2 multimedia and graphics database Chapter 3 Chapter 4 technical documents and Chapter 5 of system network and the Internet)
    2020-06-26 07:20:01下载
    积分: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
  • 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
  • MFC_ACCESS
    MFC实现的,数据库操作,ACCESS,适合初学者(MFC implementation, database operations, ACCESS, suitable for beginners)
    2010-06-09 09:11:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载