搜索资源列表
phpMyAdmin-2.10.1-all-languages-utf-8-only
- phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields-phpMyAdmin
MySQL
- connection to MySql from Delphi
MySqlFind
- 主要实现对MySql的远程访问功能。主要使用了ZEOSDBO控件-Mainly to realize the remote access function MySql.
courier-authlib-0.58
- 提供邮件服务认证功能,可单独调用。支持mysql、ldap、pam认证。- The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions: 1. Take a use
MySQL-5.1-Manual_zh
- MySQL5.1 中文手册 这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。 -------------------------------------------------------------------------------- MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6.
load_user_list
- * load_user_list * 模型: 把users表加载到内存 * 命令行编译 gcc load_user_list.c -L D:\c\lib\ -lmysql -llibmysql * 五千多行的东西,从读取到保存文件,只需一瞬间 * mysql_options(&mysql,MYSQL_SET_CHARSET_NAME,"utf8") * 这句要加在mysql_real_connect之前 * * Arcadia 20
introduction
- L’objectif de c hapitre est définir l état de l art des méthodes déjà existantes à l’heure actuelle, présenter quelques approches existant dans la littérature. Ainsi, d’étudier les techniques d’indexation et l’intérêt actuel porté sur la recherche d’
Database1
- Base de donnée d`un projet gestion entreprise
8888er
- VC++6.0开发环境,对ACCESS的数据读取与操作。-VC++ 6.0 d.-evelopment environment, data on the ACCESS read and operation
user
- base d atos usuarios en mysql-base de datos usuarios en mysql
zhlab2database
- 完成如下查询,程序的命令行参数为: company_query –q <Number> -p [Parameters] 其中,Number代表待执行查询的序号,Parameters为第Number号查询需要的参数列表。 待执行的9个查询为如下: 1:参加了项目编号为 PNO 的项目的员工号,其中 PNO 为C语言编写的程序的输入参数; 2:参加了项目名为 PNAME 的员工名字,其中 PNAME 为C语言编写的程序的输入参数; 3:在 DNAME 工作的所有
src
- 完成如下查询,程序的命令行参数为: company_query –q <Number> -p [Parameters] 其中,Number代表待执行查询的序号,Parameters为第Number号查询需要的参数列表。 待执行的9个查询为如下: 1:参加了项目编号为 PNO 的项目的员工号,其中 PNO 为C语言编写的程序的输入参数; 2:参加了项目名为 PNAME 的员工名字,其中 PNAME 为C语言编写的程序的输入参数; 3:在 DNAME 工作的所有
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