搜索资源列表
LinkMySQL
- 使用C API连接MYSQL数据库。BCB源程序-C API to MYSQL database. BCB source
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.
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.
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