登录
首页 » Visual C++ » 3275-anqn

3275-anqn

于 2011-07-12 发布 文件大小:7733KB
0 306
下载积分: 1 下载次数: 10

代码说明:

  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)

文件列表:

anqn.com
.........\C%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
VIP会员.htm,394,2008-07-11
会员服务.txt,815,2009-03-06
查看帮助.txt,815,2009-03-06

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

发表评论

0 个回复

  • Ado1
    ADO数据库操作类,包括数据库的创建、表的创建、删除、查询、和字段值得获取等一系列方法。(The ADO operation class ,which can realize the creation of database and table, the delete ,select of record.)
    2013-12-02 16:31:31下载
    积分:1
  • ADO
    C++实现的使用ADO方式连接ACCESS 2007数据库并从中取数据(C++ to achieve the use of ADO to connect the ACCESS 2007 database and fetch data from)
    2012-05-27 16:54:14下载
    积分:1
  • VcPP-access-to-DAO-database
    基于C++编程下的,实现了对DAO数据库的访问功能(Based C++ programming under the realization of the DAO database access functions)
    2014-04-27 11:27:57下载
    积分:1
  • ADOctrlAccess
    说明:  ADO控制Access数据库。源来《Visual c++案例开发集锦》(ADO Control Access database. Source to &quot Visual c++ Collection of case development,&quot )
    2010-04-05 01:42:25下载
    积分:1
  • MFC-ODBC-API-Programming
    本例是一个通讯实例,说明如何使用MFC ODBC 创建数据库应用程序。(This example is a communication example, explain how to use ODBC MFC to create a application.)
    2015-08-05 11:15:07下载
    积分: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
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • MyProjects
    使用MFC ODBC和LISTCONTROL控件显示数据库表内容(Use MFC ODBC and LISTCONTROL control display the contents of database tables)
    2007-12-18 15:24:47下载
    积分:1
  • 读写Excel
    读写Excel 用Ado对Excel可以很方便的进行读写 (read and write Excel Ado right with Excel can read and write to facilitate the conduct of)
    2021-01-07 17:28:53下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载