搜索资源列表
mysql-connector-java-5.0.0-beta-bin
- mysql数据库驱动程序,jdbc连接mysql-mysql database-driven process, linking mysql jdbc
mysqljdbcdriver
- mysql的jdbc驱动,用于在windows系统下java连接mysql数据库.
TestMysqlConnection
- 使用JDBC连接MYSQL数据库。数据库连接的源代码、-MYSQL database using JDBC connections. Database connection s source code,
BBS112
- mysql+stuts jdbc连接数据库 BBS论坛-mysql+ stuts jdbc connect to database BBS Forum
GradeManagement
- 关于JAVA的代码连接数据库,通过jdbc.mysql桥接访问数据库Mysql,建立数据库和信息管理系统。-JAVA code to connect on database access the database through jdbc.mysql bridge Mysql, the establishment of databases and information management systems.
JDBCanddatabaseoperate
- 通过jdbc连接数据库,并实现增删改查。-Jdbc connection through the database, and implement CRUD investigation.
UseDriverManager
- 使用jdbc驱动连接MySQL数据库简单例子, 数据库名称chaoshi,密码 root。-Jdbc driver to connect MySQL database using a simple example, the database name chaoshi, password root.
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
JDBC
- java连接数据库 实现基本的功能 增删改查-basic functions of java to connect to the database
mysql-connector-java-
- JAVA连接mysql的JDBC驱动,在开发java数据库方面的必需品-The JAVA connection mysql JDBC driver, necessity in the development of JAVA database
jdbc
- 通过连接数据库,实现数据的增删改查,在jsp内实现-Connect to the database, data CRUD, jsp
DBToExcel
- (1)、通过java jdbc实现连接数据库的功能; (2)、从数据库中读取相应表中的数据存储到Map里面; (3)、将Map里的数据通过文件流的形式写入到相应Excel表中,并设置相关保存格式。 -(1) through java JDBC to connect to the database (2), read from the database data is stored in the corresponding table inside to Map (3) Map d
TheBookInvoicingManagementSystem
- 图书进销存管理系统,是java使用JDBC连接MySql数据库,适合初学者研究。-The book Invoicing management system, Java is the use of JDBC to connect MySql , suitable for beginners study.
jdbc
- 主要是对java开发环境上与数据库进行连接~使其可以直接操作数据库内容-connect of
jdbc
- 加载数据库驱动,数据库连接,为初学者提供了连接数据库的模板.-The connection
src
- jdbc,使用java编写数据库框架,主要为调用API实现数据库的连接-Jdbc, the use of java prepared framework, mainly for the call API to achieve the connection
ch09
- Java数据库连接(Java Database Connectivity,JDBC),是一种用于执行SQL语句的Java API,它由一组用Java编程语言编写的类和接口组成。 JDBC为数据库开发人员提供了一个标准的API,使他们能够用纯Java API来编写数据库应用程序。 使用JDBC编写的程序能够自动地将SQL语句传送给相应的数据库管理系统。 -java JDBC
TextJDBC
- 该代码是通过线程和数据库连接池连接数据库。(The code is connected to the database through thread and database connection pooling.)