登录
首页 » Visual C++ » 20105610477041

20105610477041

于 2011-03-30 发布 文件大小:1940KB
0 283
下载积分: 1 下载次数: 1

代码说明:

说明:  VC++ 通过ODBC读写Excel文件 资源类别: VC源码¦数据库 (VC++ to read and write Excel files via ODBC resource categories: VC database source ¦ )

文件列表:

20105610477041
..............\20105610477041
..............\..............\VC%2B%2B 通过ODBC读写Excel文件
..............\..............\..........................\Debug
..............\..............\..........................\.....\ReadExcel.exe,110665,2009-02-03
..............\..............\..........................\.....\ReadExcel.ilk,253680,2009-02-03
..............\..............\..........................\.....\ReadExcel.obj,14172,2005-05-31
..............\..............\..........................\.....\ReadExcel.pch,5720492,2005-05-31
..............\..............\..........................\.....\ReadExcel.pdb,345088,2009-02-03
..............\..............\..........................\.....\ReadExcel.res,2224,2005-05-31
..............\..............\..........................\.....\ReadExcel.xls,13824,2005-05-31
..............\..............\..........................\.....\ReadExcel2.xls,20480,2005-05-31
..............\..............\..........................\.....\ReadExcelDlg.obj,30060,2005-05-31
..............\..............\..........................\.....\StdAfx.obj,107611,2005-05-31
..............\..............\..........................\.....\vc60.idb,214016,2009-02-03
..............\..............\..........................\.....\vc60.pdb,364544,2005-05-31
..............\..............\..........................\F1Book1.xls,12169,2005-05-31
..............\..............\..........................\ReadExcel.aps,34948,2005-05-31
..............\..............\..........................\ReadExcel.cpp,1572,2009-02-03
..............\..............\..........................\ReadExcel.dsp,4239,1999-05-08
..............\..............\..........................\ReadExcel.dsw,569,1999-05-08
..............\..............\..........................\ReadExcel.h,1245,1999-05-08
..............\..............\..........................\ReadExcel.ncb,58368,2009-02-03
..............\..............\..........................\ReadExcel.opt,53760,2009-02-03
..............\..............\..........................\ReadExcel.plg,252,2009-02-03
..............\..............\..........................\ReadExcel.rc,5001,2005-05-31
..............\..............\..........................\ReadExcel.xls,13824,2005-05-31
..............\..............\..........................\ReadExcelDlg.cpp,7812,2009-02-03
..............\..............\..........................\ReadExcelDlg.h,1389,1999-05-08
..............\..............\..........................\res
..............\..............\..........................\...\db1.mdb,98304,2005-05-30

..............\..............\..........................\...\ReadExcel.rc2,425,1999-05-08
..............\..............\..........................\resource.h,595,1999-05-08
..............\..............\..........................\StdAfx.cpp,251,2009-02-03
..............\..............\..........................\StdAfx.h,1134,1999-05-08
..............\..............\..........................\【源码说明】.txt,1553,2010-03-13
..............\..............\..........................\源码天空.htm,66,2008-11-29
..............\..............\【源码说明】.txt,1553,2010-03-13
..............\..............\源码天空.htm,66,2008-11-29

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

发表评论

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
  • pb01
    PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)
    2013-07-29 20:59:48下载
    积分:1
  • CAR_Parking_StaticLibrary
    智能车库管理系统 MFC 车辆的存放 计费 修改 会员管理 数据记录(DAQ数据库)(The MFC system of parkiing cars.)
    2012-11-15 18:23:48下载
    积分:1
  • zsgc
    实现数据库的增删改查,自己学的,还不错吧,大家看看,相互学习(Achieve database CRUD, their school, also good, we look at, learn from each other)
    2011-07-10 10:16:35下载
    积分:1
  • AccessControl
    visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
    2016-05-09 16:18:52下载
    积分:1
  • A-better-Database
    说明:  一个国外人用Microsoft Visual C++开发的小数据库。可以看看。这是他工作的东西哦。(a foreign people using Microsoft Visual C development of a small database. Look. This is the work of the things he Oh.)
    2006-03-17 19:24:14下载
    积分:1
  • SQLite
    轻型数据库,适用于嵌入式软件开发。占用系统资源少。(small ,be fit for embeded software developement. )
    2016-01-07 09:04:59下载
    积分:1
  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • ODBCDEMO2
    说明:  了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。(Simplify developers to write database applications, VC++ Class Library in its base (MFC) in the package on the ODBC API to achieve an object-oriented database programming interface, so that VC++ database easier. This chapter begins with an overview of the MFC ODBC brief introduction, then tell a story using MFC ODBC database development skills, and finally database development through specific examples, describe in detail through the MFC ODBC database application development methods and processes. )
    2011-03-14 16:26:31下载
    积分:1
  • Charge
    有关三维插补的程序,自己做一个数据库,记录一些数据点的插补值,可通过补偿算法,算出其他点的插补值(The 3 d interpolation procedures, own a database, record the data point of some interpolation value, but through the compensation algorithm, work out the other points interpolation value)
    2012-06-29 09:55:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载