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

3275-anqn

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

  • ADOImageDB_src
    图像数据库,C++实现的ADO数据库,用于图像的数据库检索(Image database, C++ implementation of the ADO database)
    2017-09-18 22:53:03下载
    积分:1
  • vcandvs-access
    vc6.0和vs2005访问access数据库,包括增删改查,有示例,可在此基础上进行功能添加。(VC6.0 and VS2005 visit ACCESS database, including the crud, example, can be carried out on the basis of function add.)
    2013-02-07 11:09:15下载
    积分:1
  • Microsoft_ADO_Programer_Refer
    说明:  Visual C++中ADO程序员的参考指南文件,包括ADO入门和高级进阶部分,另外还有ADOX等相关内容(ADO in Visual C++ programmer' s reference guide documents, including entry-level and high-level advanced part of the ADO, in addition to other related content such as ADOX, ADO MD .)
    2010-03-17 15:15:17下载
    积分:1
  • vbcode
    acess数据库中关于ADO控件和DATAgrid控件以及sql语言添加查询删除编辑等功能的实现(acess database in ADO controls and a DataGrid control, as well as the sql language query to delete editing functions )
    2012-03-07 16:03:04下载
    积分:1
  • 20060611Access
    简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。 (Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
    2006-08-29 12:05:09下载
    积分:1
  • WorkAid
    VC数据库,网络综合实例综合运用,包括文件读写,SHELL脚本打开文件,对SQL Server2000的ADO访问!(VERY GOOD!)
    2010-03-10 14:51:51下载
    积分:1
  • dlltest
    加载动态链接库,使用里面的函数,来移动图片(Load the dynamic link library, inside a function, to move the picture)
    2013-05-14 16:49:28下载
    积分:1
  • bookmanage
    MFC编程,VC连接ACCESS数据库,实现对数据的增、删、改、查等操作(VC connection ACCESS database to achieve the data add, delete, change, and other operations)
    2011-08-07 12:28:38下载
    积分:1
  • VFP
    VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
    2013-08-30 16:02:33下载
    积分:1
  • sjtest3
    实现VC6.0链接access数据库,进行增加,修改,删除,清除工作。(Achieve VC6.0 Link Access , to increase, modify, delete, clear.)
    2015-09-16 09:24:13下载
    积分:1
  • 696516资源总数
  • 106470会员总数
  • 0今日下载