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

搜索资源列表

  1. Hote

    0下载:
  2. 利用vc6.0进行MFC+数据库的程序,可用于作业-hotel system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:942217
    • 提供者:why
  1. MFC-ODBC-access-database

    0下载:
  2. 用MFC ODBC访问数据库的方法C++的源码-MFC ODBC database access methods C++ source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-06
    • 文件大小:74977
    • 提供者:yourname
  1. MFC-ODBC

    0下载:
  2. 自己编写的数据库程序,可以对数据库进行最基本操作-I have written a database program, you can carry out basic operations on the database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-18
    • 文件大小:4913174
    • 提供者:许云志
  1. MFC-ADO

    0下载:
  2. MFC 调用数据库,具有添加,查找,删除,修改功能-MFC calls to the database, with add, search, delete, modify the function
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-13
    • 文件大小:3145221
    • 提供者:钟扬
  1. MFC---MP3-System

    0下载:
  2. 应用MFC知识以及ODBC操作数据库的原理,设计一个MP3信息管理系统-MFC ODBC application of knowledge and the principles of operation of the database, designing an information management system for MP3
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-13
    • 文件大小:20546838
    • 提供者:黄武
  1. LHWY

    0下载:
  2. 采用Access数据库实现学生课程信息管理的MFC数据库编程案例,适用于初学者-MFC programming
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-14
    • 文件大小:3164600
    • 提供者:lh
  1. datasheet

    0下载:
  2. 主要介绍MFC数据库编程,为初学者实现快速入门。-Introduces the MFC database programming for beginners started quickly.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:693991
    • 提供者:邱奇军
  1. mfc-sql

    0下载:
  2. MFC编程下,利用窗口程序通过ado方式访问sql数据库-MFC programming, the use of the window to access sql database through ado way. . . . .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:529512
    • 提供者:liang
  1. accessDataOperation

    0下载:
  2. MFC 数据库的连接以及操作,ACCESS数据库。-The connection and operation of ACCESS database in MFC single document program.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-17
    • 文件大小:26726537
    • 提供者:LinZhaoxi
  1. MFC-ADO-class-operating

    0下载:
  2. 设计了访问数据湖库的类封装了对数据库的各种操作-The class has operates the datebase of operatings
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:27725
    • 提供者:韩光羽
  1. MFC-ODBC

    0下载:
  2. MFC的ODBC数据库编程,具有简单的数据库操作,希望能有帮助。-The MFC ODBC programming, a simple operations, hoping to help.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:89666
    • 提供者:shijiabin
  1. MFC-ODBC-API-Programming

    0下载:
  2. 本例是一个通讯实例,说明如何使用MFC ODBC 创建数据库应用程序。-This example is a communication example, explain how to use ODBC MFC to create a application.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-28
    • 文件大小:70006
    • 提供者:苏树林
  1. C++连接mysql数据库(包括示例数据库)

    0下载:
  2. c++中连接mysql并且查询到结果展示在窗口中,mfc编程
  3. 所属分类:数据库编程

  1. mfc-ado-access

    0下载:
  2. mfc ado绑定 access数据库 mfc ado绑定 access数据库-mfc ado access
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:
  1. SQL-database-operations-in-MFC

    0下载:
  2. 对CSV文件读取,并且写入SQL server 2005数据库中,注意一定需要自己链接数据库这一块设置SQL登录密码即可(相关参数见代码),在vs2010中可以运行通过-On the CSV file to read, and write SQL server 2005 , pay attention to their own must be linked to this one set the SQL login password (see parameters in the code),
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-17
    • 文件大小:26556390
    • 提供者:向强
  1. Database-Query-From-MFC

    0下载:
  2. 连接MFC与SQL SERVER 2012数据库和(或)ACCESS数据库
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-12-14
    • 文件大小:283539
    • 提供者:q
  1. MysqlTest

    1下载:
  2. 用Mysql的API来实现在MFC中链接数据库,并查询表中的数据,通过listcontrol控件显示。供初学者学习。本人也刚开始学,其他功能在慢慢完善...(Use Mysql's API to link the database in MFC, and query the data in the table, display through the ListControl control. For beginners to learn. I have just started learning
  3. 所属分类:数据库编程

    • 发布日期:2017-12-18
    • 文件大小:77048832
    • 提供者:djttaw
  1. MysqlTest.7z

    0下载:
  2. 重点:下载之后吧后缀zip删除,改为.7z 本人做的关于MFC和mysql的一个小测试,功能:用mysql的API链接数据库(因为每个人的数据库不一样,需要修改里面的数据库方面的代码),实现了增删改查基本功能。在改和删之前需要点击你要删的那条数据的id号。而且,改我只实现了改第二列的数据(name). 用户可以自行修改代码实现其他的功能。(A small test, about MFC and MySQL I do function: MySQL API link to the databa
  3. 所属分类:数据库编程

    • 发布日期:2017-12-19
    • 文件大小:46143488
    • 提供者:m_show
  1. JpgtoImage

    0下载:
  2. MFC中图片浏览显示并通过二进制形式读取与保存到Acsess数据库(In MFC, the pictures are browsed and displayed and read and saved to the Acsess database in binary form)
  3. 所属分类:数据库编程

  1. 上下班签到系统

    0下载:
  2. 通过数据库实现员工的上下班登记 分管理员和员工两种角色 可以定时清空数据库 使用access(Implementation of staff registration by database Two roles of administrators and employees The database can be emptied at a time Using Access)
  3. 所属分类:数据库编程

    • 发布日期:2018-01-10
    • 文件大小:5019648
    • 提供者:aaaqqqqq
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com