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

搜索资源列表

  1. EXCELdata

    0下载:
  2. VC编写的读取数据文件的源码-VC compilation reads the fetching according to the document source code
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:476812
    • 提供者:吕翔宇
  1. 读取excel

    1下载:
  2. 这是一个用vc编的直接读取excel文件数据的较为简单的程序,供入门参考,无密码-This is a series with vc excel documents directly read data relatively simple procedure, for entry information, without password
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:499274
    • 提供者:王湖意
  1. DataExtraction1

    0下载:
  2. 从XML文件中读取数据,存储到数据库中,在vc.net下运行-XML documents from the read data stored to the database, running under vc.net
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:78838
    • 提供者:王菲
  1. VCAccess

    3下载:
  2. VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等,并不能对其进行修改、增、删字段等管理功能,帮VC入门编程者快速了解VC++操作Access的基本原理和调用方法,或许这对您以后从事VC编程有所帮助。-VC++ version of Access database table structure query tool browser, can automatically read the table structure, field name
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:337899
    • 提供者:790
  1. CADOPIC

    0下载:
  2. vc读取数据库的图片,以及数据保存图片的方法,与大家共享-vc to read database images, as well as methods to save the image data and share
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-12
    • 文件大小:2581823
    • 提供者:程凡永
  1. ado-access-database-vc

    0下载:
  2. 用vc 2005 ado 连接access数据库,读取并显示数据的示例,只需要修改连接字符串,也可以很方便地连接mysql,sqlserver,oracle等数据库-Vc 2005 ado connection with access database, read and display the sample data, only need to amend the connection string, it can easily connect mysql, sqlserver, oracle
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-24
    • 文件大小:42658
    • 提供者:hzz
  1. DbfFile

    0下载:
  2. 为了使用VC语言编程直接读取dbf文件。需要了解dbf文件的二进制文件格式,下面给出简要的说明。 表文件由头记录及数据记录组成。头记录定义该表的结构并包含与表相关的其他信息。头记录由文件位置 0 开始。数据记录1紧接在头记录之后(连续的字节),包含字段中实际的文本。 记录的长度(以字节为单位)等于所有字段定义的长度之和。表文件中存储整数时低位字节在前。-Programming language in order to use VC to read dbf files directly
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:19093
    • 提供者:oooo
  1. databaseimg

    0下载:
  2. 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件,注意这里仅支持BMP图像,如果要支持其它格式如JPG/GIF等,需要修改程序,本实例只是演示如何从数据库读取BMP编辑信息并显示、如何写入BMP图像信息到数据库,测试运行了一下,正常工作,运行时请将数据库移到Debug目录下。-For example a data application using VC++ to operate Access database, the database read and wri
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:570954
    • 提供者:994
  1. ADOACCESS

    1下载:
  2. 这些小实例程序都不错,尤其是对VC++的新手朋友们更有用,主要是使用ADO开发ACCESS数据库的一些实例,涉及用使用ADO创建数据库,插入数据表,新建、删除数据表、读取数据、修改、删除数据等,虽然很简单,但这是用VC++操作数据库的基础知识,学会了受益终身。-Examples of these procedures are good, especially for the new VC++ more useful friends, mainly the development of ACCES
  3. 所属分类:ADO-ODBC

    • 发布日期:2015-11-13
    • 文件大小:165861
    • 提供者:781
  1. ReadCsv

    2下载:
  2. vc++6.0下的用ODBC读取CSV格式数据文件的实例。-vc++6.0 under the CSV format, using ODBC to read the data file examples.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:25435
    • 提供者:Zh.g
  1. Contacts

    0下载:
  2. 一个练习vc++ 练习Access操作的实例:通讯录程序,包括数据的添加、修改和删除,读取数据并以列表显示、按分组搜索数据、支持模糊查找和精准查找。界面相对简洁,易于操作,对VC++入学者友好,代码都是些基础知识。-An exercise to practice vc++ instance of Access operations: address book program, including data to add, modify, and delete, read the data and
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:58083
    • 提供者:吴晓
  1. Access_db_scan_search

    0下载:
  2. VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等-VC++ version of Access database structure view query tool that can automatically read the table structure, field names and table data types listed in the field
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:335481
    • 提供者:
  1. ExcelToAccess

    1下载:
  2. vc下可读取任意路径下的Excel表格,并将Excel数据导出到Access数据,采用ADO数据库操作Access数据-Under the vc can read Excel spreadsheet under any path, export the data to Excel and Access data, database operations using ADO Data Access
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-25
    • 文件大小:8608130
    • 提供者:zxj
  1. CallSQL

    1下载:
  2. 1、完整实现了VC++6.0 + MySQL数据库连接池; 2、解决了读取中文数据的乱码、显示问号问题; 3、演示了一个完整使用数据库连接池的标准过程; 4、进行了我自认为傻瓜化的注释,我相信详细程度足以让任何人看懂!-I am lazy,no english
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-17
    • 文件大小:4397680
    • 提供者:tian
  1. VCPPedit.txt

    0下载:
  2. VC++修改.txt文件,读取所需数据,若与设定值相等,则修改同行标志-VC++ Modifications. Txt file, read the required data, with the same settings, then modify peer logo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3877
    • 提供者:wwh5h121qunh
搜珍网 www.dssz.com