CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - 文件读写操作

搜索资源列表

  1. rwxls

    0下载:
  2. 用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:63393
    • 提供者:任静
  1. 1515

    0下载:
  2. Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:12983
    • 提供者:冷寒
  1. blobrw

    0下载:
  2. 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:9682
    • 提供者:张庆
  1. 针对Excel表格文件操作的编程实现Excel Access Src

    1下载:
  2. 针对Excel表格文件操作的编程实现 可实现读写和表格查询-against Excel spreadsheet file manipulation of the program can achieve literacy and form inquiries
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:112815
    • 提供者:
  1. Access数据库中OLE对象的读写操作

    0下载:
  2. 该文件是对Access数据库读写操作,包括一些程序界面以及程序代码,希望对有学习Access数据库的同事能够有所帮助。-the document is to write Access database, including some programming interfaces and code, and I hope to learn Access database colleagues can help.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:83416
    • 提供者:李明
  1. claire

    0下载:
  2. 实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。   由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做-achieve a simple WinForm procedures, this procedure by clicking on the "Op
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:773578
    • 提供者:qifang
  1. 20060611Access

    0下载:
  2. 简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:136236
    • 提供者:boy5678
  1. Not_Forget

    0下载:
  2. 该提醒簿采用java语言和xml数据库结合开发.通过读写xml文件动态写入读取备忘录.,通过线程机制及时提醒您.提供多种提醒方式.操作方便,使用简单.是个很不错的提醒簿.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1340262
    • 提供者:longagef
  1. Readbf

    0下载:
  2. DOS下用C读写dbf数据库,不需要使用数据库管理系统软件,直接对dbf文件进行操作,显示数据库中信息。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1116
    • 提供者:liu qinghua
  1. 文件数据库

    0下载:
  2. 利用二进制操作模拟数据库存取操作,因为文件本质上是对文件进行二制读写操作,但是读写的单位不是字节,而是结构STRUCT。-simulated operational use binary database access operations, because paper is essentially the documents to write two system, but the unit is not read and write byte, but the structure STRUC
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:23353
    • 提供者:全秀
  1. blobrw

    0下载:
  2. 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:9686
    • 提供者:tanpan
  1. MyProgram

    0下载:
  2. 实现了一个学生选课系统,本来是一个课程作业现在我把它开源,win32控制台的。。 用文件来存储数据,包括对文件的读写操作-Course to achieve a student system, already is a coursework now I see it open source, win32 console. . Used to store data files, including documents to read and write operations. .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-24
    • 文件大小:364001
    • 提供者:tonghua
  1. MyProgram

    0下载:
  2. 改进的学生管理系统,是用c语言写的一个学生管理系统。。。包括了文件读写的操作-To improve student management system, is written in c language a student management system. . . Including the operation of the document to read and write. . .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:336783
    • 提供者:tonghua
  1. ADOTestDB

    1下载:
  2. VC6.0,基于MFC框架,采用ADO访问数据文件,实现对CSV数据库文件的读写操作。-VC6.0, based on the MFC framework, using ADO to access the data file, CSV database files to achieve the read-write operation.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:13630
    • 提供者:liutao
  1. ADO_Access_CWR

    0下载:
  2. 从网上找的,关于通过ADO对Excel文件读写的,且能进行查询和查找,对学习操作Excel是很好的示例。-It s about control Excel by using ADO,and can find what you need.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:2948169
    • 提供者:brezze
  1. MyDbfBrow

    0下载:
  2. C++风装好的DBF文件访问类,可以进行各种读写操作-nid ljadslkgjkldsgj ladksjg kljldg
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1571001
    • 提供者:邱世平
  1. attach_20120629134149

    0下载:
  2. 用vc开发的,使用odbc的方式。本来的文件读写全用数据库开发。包含了com组件,数据库操作等基本知识。-Vc development, use odbc way. The original file read and write all database development. Contains com components, basic knowledge of database operations.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-23
    • 文件大小:72988
    • 提供者:xiaoqiang
  1. profile

    0下载:
  2. windows ce系统中的配置文件的读写操作实例-windows ce system for file read and write
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2762
    • 提供者:ayjrkss
  1. fwrite

    0下载:
  2. 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1994
    • 提供者:bai224973
  1. pm2

    0下载:
  2. 程序二(文件管理) :打开一个文件,对其进行读写操作,并将文件指针移到指定的位置。-Procedure II (document management): open a file, its read and write operations and file pointer to the location specified.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1157
    • 提供者:xxvdv432douu
« 12 »
搜珍网 www.dssz.com