搜索资源列表
LinkMySQL
- 使用C API连接MYSQL数据库。BCB源程序-C API to MYSQL database. BCB source
mysql_reference_manual_cn
- MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。 MySQL有瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL
mysql_test_c__
- 此代码是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数简单操作数据库的流程 例子程序在 VC6(VC7.1) + windows 2000 上调试通过 例子程序在 red hat linux 9,red fc6 上调试通过 -this code is to examine mysql 5.0.22 the results Descr iption and use standard c demonstration of th
client4
- 模拟MySQL客户端,用MySQL C API写的访问MySQL数据库的程序,对学习MySQL编程的初学者很有帮助-simulation MySQL client, MySQL C API write access to the MySQL database procedures, MySQL Programming learning beginners helpful
liink
- 基于C++的Mysql数据库接口Api 可以执行对数据库的插入,修改,删除,更新等操作。-Based on C++, Mysql database interface Api can be performed on the database to insert, modify, delete, update and other operations.
frmwk
- to establish a connection using c++ API and mysql. it is a simple code procedure.
cppfrance_EXEMPLE-UTILISATION-API-MYSQL-AVEC-VC20
- mysql c++ connexion-mysql c++ connexion...........
EasyDbProcessKit
- 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表
database
- 利用c api实现了再c++环境下对mysql数据库的操作,包括查询,增加,删除和修改。-Were re-using c api c++ environment on the mysql database operations, including query, add, delete and modify.
cprops
- The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
mysqlPP-3.0.9.tar
- MySQL++ 采用C++封装了MySQL的C语言API,本工程支持VS2003、2005、2008,比MySQL原生API使用方便!-MySQL++ is a C++ wrapper for MySQL s C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container
MySql-C-API
- 这是一个简单的MySql C API 的 C++ 包装,适合初学者。-This is a simple MySql C API C++ package, suitable for beginners.
cmysql
- MySQL 数据库API 封装,Mysql 预处理语句,具体参考http://dev.mysql.com/doc/refman/5.1/zh/apis.html#c-api-prepared-statements-MySQL database API package
MysqlTest.7z
- 重点:下载之后吧后缀zip删除,改为.7z 本人做的关于MFC和mysql的一个小测试,功能:用mysql的API链接数据库(因为每个人的数据库不一样,需要修改里面的数据库方面的代码),实现了增删改查基本功能。在改和删之前需要点击你要删的那条数据的id号。而且,改我只实现了改第二列的数据(name). 用户可以自行修改代码实现其他的功能。(A small test, about MFC and MySQL I do function: MySQL API link to the databa