搜索资源列表
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
sqlimport-2008-10-23
- 类可以被用来执行MySQL数据库查询的进口文件。 它开辟了一个特定的文件并读取它逐行执行的SQL查询某一MySQL数据库。-The class can be used to execute MySQL database queries imported from a file. It opens a given file and reads it line by line to execute as SQL queries to a given MySQL database.
mysqldropdowncondiff-2009-02-16
- 这个类可以用来生成一个HTML表单选择投入的结果, MySQL数据库的查询。 它连接到一个特定MySQL数据库和执行SQL查询。 课堂生成的HTML的形式选择投入使用返回值的查询结果-This class can be used to generate an HTML form select input from the results of a MySQL database query. It connects to a given MySQL databas
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
JDBCUtil
- 数据库JDBC的一个封装类,在调用的时候需要一个String 类型的参数,选择连接的Mysql数据库中的数据库名,通过sql语句,调用封装好的方法,实现数据库插入、修改、查询等功能!-A database JDBC wrapper class needs a String type parameter when calling, select the database name in the Mysql database connection and sql statement, calling
mysql_class
- 制作自己的PHP+MYSQL的类,使用类封装常用SQL操作,简化代码.认识面向对象在开发中的重要作用.-Make your own PHP+ MySQL class, the use of such packages commonly used SQL operations, simplify the code. Recognize the important role of the object-oriented development.
mysql_c
- 一个vc6.0封装的mysql操作.纯c代码,没有使用类.可以执行任意SQL语句. 只需要安装mysql,密码123456.无需安装mysql的头文件和lib和dll(自带在包中).-A package mysql operation vc6.0 pure c code, do not use the class can arbitrary SQL statements. Only need to install mysql, mysql password 123456. witho
ch09
- Java数据库连接(Java Database Connectivity,JDBC),是一种用于执行SQL语句的Java API,它由一组用Java编程语言编写的类和接口组成。 JDBC为数据库开发人员提供了一个标准的API,使他们能够用纯Java API来编写数据库应用程序。 使用JDBC编写的程序能够自动地将SQL语句传送给相应的数据库管理系统。 -java JDBC