搜索资源列表
new_DBMysql
- 自已封装的MYSQL C API,用于处理简单的MYSQL连接和简单的SQL查询-own package MYSQL C API, for simple to MYSQL connectivity and simple SQL Query
mysqldaima
- 这是几个mysql连接的例子,包括:MySQL调用libmySQL.dll的类dephi.rar,ms SQL 和 sql anywhere 数据库管理实用工具源码dephi+c.rar等-mysql connecting several examples, including : MySQL call the category dephi.rar libmySQL.dll available to the system, ms and sql anywhere SQL database man
ConnectPool
- 封装的c++访问mysql的连接池代码 支持windows和linux下的mysql-Packaging c visit mysql connection pool code windows and linux support of my sql
mysql5
- MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。 MySQL有瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL
managementSystems
- 小区物业管理系统,visual C++2005与sql数据开发经典案例-Community property management systems, visual C++2005 and sql data to develop a classic case
C_video
- C#+SQL开发的视频点播系统,含详细的开发文档,可做毕业设计-C#+ SQL development of video-on-demand systems, including the development of a detailed document, designed to do graduate
A_SQL_Acce2133001122008
- 一种简单的mysql数据库类,包含两个类,能提供给C++访问SQL的接口。- Contains two very simple custom classes: CSQL and CRecordSet. These several classes allow you to easily access a SQL server from your C++ application, execute statements and retrieve data. (Version 1.0.0.5)
CDataBase
- mysql C API 封装类, 主要功能为建立与关闭MySql数据库连接, 执行Sql语句以及返回查询的数据集-mysql C API package type, the main function for the establishment and closure of MySql database connection, the implementation of Sql query statement and return a data set
bookManage
- 基于C#+asp.net+sql编写的图书馆管理系统源代码-Based on the C#+ asp.net+ sql library management system for the preparation of the source code
SCRIPT-SQL-SQL-SERVER-CREATE-DROP-INSERT
- database manipulation using c sharp mysql.
baza
- Project of database of hospital in sql and generator of base in c-Project of database of hospital in sql and generator of base in c++
SchoolManageSys_2
- C++ SQL 学生信息管理程序 可以连接SQL的一个很好的程序,大学课程设计-A c++ sql process
SQLAndCSharp
- use C# to test SQL database for product manager-use C# to test SQL
C
- C++通过ODBC访问SQL server中的数据 本程序简单的介绍了C++与SQL server 相互传递数据。-C++ to access SQL server through ODBC data in this program introduced a simple C++ and SQL server to transfer data with each other.
SQL
- 用C#编写的学生选课系统源代码,使用SQL数据库,很实用。-Written with C# source code for student elective system, use the SQL database, it is practical.
MySQL-5.1-Manual_zh
- MySQL5.1 中文手册 这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。 -------------------------------------------------------------------------------- MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6.
mysqlPP
- Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。 Mysql++为Mysql的C-Api的再次封装,它用STL(Standard Template Language)开发并编写,并为C++开发程序员提供象操作STL容器一样方便的操作数据库的一套机制。 解压后包括lib库、dll库以及相应的.h文件。解压后里面还有一个word文档说明了如何配置与使用。-MySQL++ is a C++ wrapper for MySQL’s
ASP.NET
- 电子数码销售网站,基于.net,c#,sql-digital shopping web
mysql_virus.sql
- very basic infector for MySQL stored procedures (c) herm1t, january, 2013-very basic infector for MySQL stored procedures (c) herm1t, january, 2013
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