CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 MySQL数据库 搜索资源 - SIMPLE C

搜索资源列表

  1. new_DBMysql

    0下载:
  2. 自已封装的MYSQL C API,用于处理简单的MYSQL连接和简单的SQL查询-own package MYSQL C API, for simple to MYSQL connectivity and simple SQL Query
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:2470
    • 提供者:王汉平
  1. mysql_test_c++

    0下载:
  2. 以下是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数 简单操作数据库的流程 -mysql 5.0.22 study the results Descr iption and use standard c demonstration of the use of a simple API function MySQLC Database Process
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:15689
    • 提供者:jake
  1. mypysql-0.3.tar

    0下载:
  2. This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose is to be useful and as simple to use as possible. -This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose i
  3. 所属分类:MySQL

    • 发布日期:2017-04-25
    • 文件大小:21872
    • 提供者:chengyu
  1. A_SQL_Acce2133001122008

    0下载:
  2. 一种简单的mysql数据库类,包含两个类,能提供给C++访问SQL的接口。- Contains two very simple custom classes: CSQL and CRecordSet. These several classes allow you to easily access a SQL server from your C++ application, execute statements and retrieve data. (Version 1.0.0.5)
  3. 所属分类:MySQL

    • 发布日期:2017-04-16
    • 文件大小:17917
    • 提供者:steven
  1. mysql

    0下载:
  2. This utility connect to Mysql server and show values from table. Include mysql libs and dll to deploy easy on c++builder 6 Its is a simple example for use mysql && c++builder 6
  3. 所属分类:MySQL

    • 发布日期:2017-05-09
    • 文件大小:2386448
    • 提供者:lika
  1. cppmysql

    0下载:
  2. 利用mysql的cAPI封装的c++类,方便用户使用,有一个简单的例子,接口非常简单,仿cppsqlite的,很好用,希望大家使用并提出意见。-Use mysql' s cAPI package c++ classes, user-friendly, there is a simple example, the interface is very simple imitation cppsqlite, and a good use, hope that we use and express
  3. 所属分类:MySQL

    • 发布日期:2017-04-02
    • 文件大小:6445
    • 提供者:rainfish
  1. mySqlTestConsole

    0下载:
  2. A simple test program (VS2008) of mysql connection with MySQL C Connector
  3. 所属分类:MySQL

    • 发布日期:2017-05-17
    • 文件大小:4872351
    • 提供者:invu
  1. mmy_link2

    0下载:
  2. 一个十分简单但是很清楚明了的利用C APII和MySQL交互的程序,实现基本的数据读写,查询等功能,主要意在示范连接的方法。注意,必须确保你已有安装mysql并相应C API包,并且编译时VC++的连接设置及工程设置应正确,相见源码内说明。-A very simple but very clear understanding of the use of C APII and MySQL interactive process, to achieve basic reading and writi
  3. 所属分类:MySQL

    • 发布日期:2017-04-12
    • 文件大小:2147
    • 提供者:needtobestrong
  1. C

    0下载:
  2. C++通过ODBC访问SQL server中的数据 本程序简单的介绍了C++与SQL server 相互传递数据。-C++ to access SQL server through ODBC data in this program introduced a simple C++ and SQL server to transfer data with each other.
  3. 所属分类:MySQL

    • 发布日期:2017-04-10
    • 文件大小:1920671
    • 提供者:
  1. CMysql

    0下载:
  2. 本源码完全采用C++开发,并简单的封装了MYSQL的一些函数可以适用于VS及其他的一些环境.跨平台尚未检测.另本人在此基础上开发了个支出管理程序演示其用法,基于VS2012.-The source using C++ developed completely simple package MYSQL some functions can be applied to VS and other environmental cross-platform yet detected., I develop
  3. 所属分类:MySQL

    • 发布日期:2017-12-02
    • 文件大小:4475
    • 提供者:Jakes
  1. MYSQL

    0下载:
  2. C/C++与SQL结合的简单范例程序,实现了数据库的各种基本搜索功能。-C/C++ combined with a simple example SQL procedures, the database of various basic search function.
  3. 所属分类:MySQL

    • 发布日期:2017-11-12
    • 文件大小:891872
    • 提供者:WPQ
  1. FalksManage

    0下载:
  2. 这是一个用c#实现的人事管理系统,能够实现简单的功能,非常的使用,希望对你们有帮助-This is a used c# to achieve the personnel management system, to achieve a simple function, very used, I hope for your help
  3. 所属分类:MySQL

    • 发布日期:2017-11-24
    • 文件大小:1373556
    • 提供者:蔡义钦
  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. SQLForTestfinal

    1下载:
  2. 用C++编写的实现了简单的数据库。从窗口输入sql语句可成功执行。 -Written in C++ to achieve a simple database. From the window Port input sql statement can be executed successfully.
  3. 所属分类:MySQL

    • 发布日期:2017-05-19
    • 文件大小:5181869
    • 提供者:cherry
  1. CSharpConnect_MySql

    0下载:
  2. 一个简单的C#链接MySQL的实例,功能不是多么强-A simple example of C# link MySQL, function is not how strong
  3. 所属分类:MySQL

    • 发布日期:2017-04-29
    • 文件大小:117922
    • 提供者:闫永友
  1. MiniSQL-master

    0下载:
  2. 利用c语言,实现了简单的数据库系统。可以实现数据的增删改查。-It implements a simple system.
  3. 所属分类:MySQL

    • 发布日期:2017-04-29
    • 文件大小:27612
    • 提供者:tanying
  1. MYSQL-CHM-format-documents

    0下载:
  2. MYsql数据库学习文档,适用于初学者,MySQL由瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。-MYsql study documents, for beginners, MySQL TcX by the Swedish company responsible for the development and maint
  3. 所属分类:MySQL

    • 发布日期:2017-05-03
    • 文件大小:866377
    • 提供者:王翔
搜珍网 www.dssz.com