CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MySql VC

搜索资源列表

  1. MySqlDemo

    0下载:
  2. VC++ 实现的访问MySQL 的实例 VC6.0 -An example of access MySQL database using C++
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-27
    • 文件大小:9976751
    • 提供者:RedSky
  1. MySQL_ODBC

    0下载:
  2. ODBC的MysQL驱动,包含32位和64位版和部分VC程序使用片段。-the driver of ODBC for MySQL, including 32 bit version and 64 bit version. and a simple example in C++.
  3. 所属分类:MySQL

    • 发布日期:2017-05-24
    • 文件大小:7902693
    • 提供者:RedSky
  1. MyAdo

    0下载:
  2. VC使用ADO操作MYSQL.方便实现连接、查询、插入、删除、操作BLOB-Using ADO VC operation MYSQL. Easy to connect, query, insert, delete, manipulate BLOB
  3. 所属分类:MySQL

    • 发布日期:2017-04-02
    • 文件大小:7022
    • 提供者:黄艳
  1. cPP_mysql

    0下载:
  2. VC++连接mysql数据库,通过C++程序控制mysql数据库SQL语句操作。-VC++ connect mysql database, mysql database program control through C++ SQL statement operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:579
    • 提供者:huaiyu
  1. test_ini

    0下载:
  2. 让大家理解VC中使用DLL调用,及MYSQL的使用方法。-This code can help us to use dll/mysql.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:4581
    • 提供者:姚维东
  1. wq

    0下载:
  2. 链接mysql 数据库vc++课程设计实现了登陆 查询 删除 添加等功能-Link mysql database vc++ curriculum design
  3. 所属分类:MySQL

    • 发布日期:2017-05-02
    • 文件大小:925449
    • 提供者:王景阳
  1. VC_MySQL_scr

    0下载:
  2. vc连接mysql数据库源码文档,经过验证可行!-vc connect mysql database source documents, proven feasible!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:13382
    • 提供者:tubo
  1. 1

    1下载:
  2. 实现安全的网络验证功能,是您软件收费的好助手。 服务端可架设到任意一款支持php+zend+mysql的主机上 客户端支持VC、VB、DELPHI、易、TC(简单软件)等等。-Achieve the function of security network authentication, it is your good assistant software fees. The server can be set up to any support+ zend PHP+ mysql
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:176004
    • 提供者:刘星
  1. AppServerTray

    0下载:
  2. VC托盘程序,监控Tomcat和MySQL服务的运行状态并带启动和停止该服务的功能-My Englist is poor,no descr iption
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:131391
    • 提供者:罗坤良
  1. VCPPMySQL

    0下载:
  2. vc 环境下链MySQL数据库,实现对数据库中表中数据进行读写,把算法运算结果insert 到数据库中-VC++ MySQL data MySQL .insert data into MySQL
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-06
    • 文件大小:1315174
    • 提供者:孙旭光
  1. Google

    0下载:
  2. 通过编程,实现VC与MySQL的连接,可以调用数据库中数据。-Achieve vc and MySQL connection
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4079642
    • 提供者:史军
  1. bank

    1下载:
  2. windows下实现银行client server功能,包括开户转账汇款等,通信加密等
  3. 所属分类:Windows编程

  1. hospital

    0下载:
  2. 简单的医院管理系统,界面设计是基于vc++,数据库采用的是mysql-Hospital management system, the interface design is based on vc++, using MySQL
  3. 所属分类:hospital software system

    • 发布日期:2017-06-17
    • 文件大小:25665306
    • 提供者:apple
  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. MysqlDemo

    0下载:
  2. mysql数据库的入门demo,VC++语言开发。-Mysql entry VC++, demo language development
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-14
    • 文件大小:3504128
    • 提供者:rony
  1. AdoDemo

    0下载:
  2. VC++ ado 接口,可以连接 Oracle Mysql Access SqlServer- Oracle Mysql Access SqlServer ado
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-23
    • 文件大小:6703773
    • 提供者:12
  1. mysqltest

    0下载:
  2. VC++6.0操作 mysql库。 读取数据库时,实现了根据字段名读取其值的方法。 并且解决了中文存储读取的问题。 编译时,记得把mysql下的include及lib分别加入到VC++6.0目录下(工具-》选择-》目录)。-VC++ 6.0 operating mysql library. When reading the , realize reading its value according to the method of field names
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-28
    • 文件大小:10562758
    • 提供者:李明宇
  1. jsjSqlDemo

    0下载:
  2. 通过VC直接联接MYSQL数据库的源代码,只要在VC设置一下工作环境即可,和刚才的一样,是不可多得的源码-MYSQL directly connected through VC source code, as long as the VC to set about the work environment, and just the same, is a rare source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-06
    • 文件大小:609126
    • 提供者:yewenjie
  1. 1

    0下载:
  2. VC连接MYSQL数据库的源代码,主要是为了学习VC连接MYSQL数据库的方法,毕竟MYSQL是一个开源免费的数据库-VC connection MYSQL source code, mainly to learn VC connection MYSQL method, after all, MYSQL is a free open source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:826368
    • 提供者:yewenjie
  1. rename_reg1990014272006

    0下载:
  2. rename registry values Title: rename registry key programmatically Descr iption: if we want to rename registry key programmatically in vc++ There is no rename function to rename registry key here i devloped program which rename registry key progr
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:2357422
    • 提供者:ravitez
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com