搜索资源列表
CoreLab.MySQL.Data.Access.Components.v5.20.for.Delphi.BCB.Full.Sources
- CoreLab Mysql 数据库存取接口源代码.
用于 mysql 的php通用接口类
- php的Mysql低层接口发展到现在,已经有三种接口类型了,分别是:Mysql、Mysqli、PDO。Mysql属于最早期的Mysql数据库接口,不支持面向对象的调用方式。Mysqli及PDO开始都支持面向对象了。 这三种接口的使用方式上都有些少差别,例如在fetch处理方式: mysql: mysql_fetch_array($result, $link); mysqli: mysqli_fetch_array($result, $link); &n
MySql数据库管理系统的补丁 (JSP版)
- MySql数据库管理系统的补丁 (JSP版),此补丁修邮件通讯问题,详细请看附带说明文件。-MySql database management system patches (JSP version), this patch repair mail communications, See attached detailed documentation.
MySQL数据库的ODBC接口程序VC源代码
- 基于VC++的MySQL的ODBC接口程序源代码,封装了数据库接口提供对MySQL的支持。核心代码大家可以参考,虽然很老,但仍然十分有用。
C源码连接mysql数据库
- C源码连接mysql数据库
VC++访问mysql数据库
- 使用vc++2010或2008等访问mysql数据库
Python访问MySQL数据库
- Python访问MySQL数据库中文文档
mysql
- mysql数据库的详细介绍和使用说明,很不错的一本书-mysql database and use of detailed descr iption, it is a good book
Android连接MySQL数据库
- Android连接MySQL数据库,可以实现查询,增加,删除,更新等基本操作
MySQL数据库基础与实例教程-PPT课件
- 这是一个mysql数据库基础与实例教程的ppt课件,里面有很多基础的数据库知识,对于初学者很有帮助(This is a MySQL database basis and examples of tutorials ppt courseware, which has a lot of basic database knowledge, very helpful for beginners)
MySQL数据库基础与实例教程-辅助资料
- 这是一个mysql数据库基础与教程实例的辅助资料,对于很多刚学习数据的同学来说這额小案例可以带给他们启发(V this is a MySQL database basis and tutorial examples of supplementary information, for many students who have just learning data, this small case can give them inspiration)
C语言连接mysql数据库
- Windows下用C语言连接Mysql程序(Using C language to connect Mysql programs under Windows)
MySQL数据迁移工具(源)
- MYSQL数据库转移数据工具源码!!!!(MYSQL database transfer data tool source code)
mysql数据库连接
- mysql数据库的连接,数据库的建库,查库,删库。(The connection of the MySQL database, the operation of the database)
MySQL 5.5 64位 稳定版
- mysql数据库,64位,安全稳定,一键安装没毛病(Mysql database, 64 bit, safe and stable, one key installation has no trouble)
05通用mysql数据库连接类代码
- 通用mysql数据库连接类代码,实用有效提高数据库读写能力(General MySQL database connection class code)
Unity实现连接MySQL数据库
- 在unity 实现mysql数据库的连接操作(Implement the connection operation of the MySQL database in unity)
Mysql数据库优化总结-飞鸿无痕-ChinaUnix博客
- Mysql数据库优化技术,学习或面试必备。(Mysql database optimization technology, learning or interview essential.)
mysql数据库文件类型+创建数据库+创建表+字段
- mysql数据库文件类型+创建数据库+创建表+字段。无解压密码。解压后MP4格式正在播放器均可以打开。视频附带语音实时讲解。
java 进销存管理源码(含mysql数据库)
- java 进销存管理源码(含mysql数据库)(1)基本信息管理,主要实现产品信息、供应商信息的增加、删除、修改、查询操作。 (2)库存信息管理,主要实现产品的出库、入库以及产品信息的增删改差查操作。 (3)系统设置,主要实现管理用户、修改密码、退出系统等操作。 (4)统计汇总分析等系统功能,主要实现仓库仓储量的入库、出库数量的统计。