搜索资源列表
mysql_test_c++
- 以下是研究 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
mysqltest.rar
- 使用Mysql 的C语言API函数编写的连接Mysql服务器并发送基本的操作指令。,Using the C language API of mysql function to prepare the connection Mysql server and send the operation of basic instructions.
MySQL_C_API
- 这个是MySQL常用的C语言的API函数,对MySQL与C编程的人有用,是DOC格式的文档。-This is commonly used in C language, MySQL API function, MySQL and C programming useful to people, is the DOC format documentation.
TEST
- 利用dev-c提供的mysql数据库相关库函数实现对mysql数据库的基本操作,如查询等。-Provided by dev-c library functions related to mysql database mysql database to realize the basic operations, such as inquiries.
MySQL-5.1-Manual_zh
- MySQL5.1 中文手册 这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。 -------------------------------------------------------------------------------- MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6.
CMysql
- 本源码完全采用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
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com