搜索资源列表
LinkMySQL
- 使用C API连接MYSQL数据库。BCB源程序-C API to MYSQL database. BCB source
hbtest4
- 1、 基于J2EE的多层结构 以J2EE中间件为核心,综合关系数据库技术、面向对象技术、Web应用技术等方面。 2、 基本语言 Java作为主要编程语言; HTML作为Web页面描述的标准语言; XML作为配置; JSP2.0作为Web构件的主要编程语言;难点所在: 3、 多服务器平台建设与工具使用 MySQL5.0作为关系数据库,附带管理工具; Apache Tomcat5.5作为Web服务器,附带管理工具和JDBC驱动器; Apache
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
mysql++-2.2.0.tar
- MySQL数据库引擎的面向对象包装类,MySQL公司推荐使用的,数据库访问API。-MySQL database engine object-oriented packaging category, MySQL companies recommend use, Database Access API.
MysqlSample
- 1.自己重新編譯過的 mysql-api 靜態庫。 2.mysql官方只有動態庫。
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...........
ODBCAPI
- 通过ODBC API实现对mysql数据库的访问,对初学者很有用处-Achieved through the ODBC API to access the database
ODBC-API
- ODBC API 编程 数据库及其编程 API 来源于不同的背景,开发人员可以从众多的数据库中选择一种,每种数据库都有自己的一套编程 API,这就为数据库编程... -ODBC API programming and programming of databases from different backgrounds API, developers can choose from a large number of databases, each database has its own
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.
907
- win32 api 连接mysql数据库-win32 api to connect mysql database
907
- win32 api 连接 mysql数据库-win32 api to connect mysql database
MysqlCRUD
- VC调用MYSQL API实现增删改查,包含SQLHelper的实现-VC call MYSQL API the CRUD contains SQLHelper realization
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.
mysql
- 对mysql数据库API的封装,比较接近odbc的接口方式。对于数据库接口的底层实现有帮助。-API package for mysql database, closer odbc interface mode. For the realization of the underlying database interface to help.
cmysql
- MySQL 数据库API 封装,Mysql 预处理语句,具体参考http://dev.mysql.com/doc/refman/5.1/zh/apis.html#c-api-prepared-statements-MySQL database API package
MysqlTest
- 用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
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
