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

3275-anqn

于 2011-07-12 发布 文件大小:7733KB
0 245
下载积分: 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 个回复

  • 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
  • DsToExcel
    将Dataset导出到Excel,本程序阐述基本功能(Dataset exported to Excel, the program described the basic functions of)
    2012-06-08 09:28:08下载
    积分:1
  • 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
  • SalesManager
    销售管理系统。 数据库:ACCESS 前台:VB.NET(Sales Manager System)
    2021-01-18 11:08:43下载
    积分: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
  • Login
    通过一个简单的项目实例“国家游泳队训练信息系统”,展示c++的威力。该项目包括,SQL server数据库连接数据库操作等(增、删、改查),是一个很好的学习资料。亦可作为收藏。包括对对话框的一些设置问题,对话框背景等........(Through a simple project examples "national swimming team training information system" to demonstrate the power of c++. The project includes, SQL server database connections and other database operations (add, delete, change search), is a good learning materials. Also as a collection. Including some of the settings dialog box in the dialog background ........)
    2014-07-05 22:24:03下载
    积分:1
  • rentdvd
    数据库程序,是一个DVD出租系统的源码! 能记录删除出租记录和录像带的信息(database program, is a DVD rental system source code! Records can be deleted video rental records and information)
    2007-03-31 18:06:18下载
    积分:1
  • Cpp1
    数据库编程实例 详细描述了数据库的原理及应用(data module)
    2012-04-06 19:12:29下载
    积分:1
  • eTask
    mfc数据库访问、list,实现任务加入和删除和提醒,桌面停驻的小程序,用来做备忘的。(using mdb and list control to inform you of the task you noted.)
    2011-11-20 12:05:00下载
    积分:1
  • rds-win32-4.0.522
    raima velocis 4.0.5
    2008-07-01 06:10:31下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载