搜索资源列表
JDBC
- java程序与oracle数据库的连接实例,以及对数据的显示,增加,删除以及修改。-java program to connect with the oracle database instance, as well as data display, add, delete and modify.
JDBC-dataSystem
- 一个文档管理的演示程序,针对凌乱的文件及其繁琐的查找问题,如何在数据库中实现全文检索。-A document management demonstration program, for the messy and tedious to find the file problem, how to achieve the full-text search in the database.
database
- focus on writing SQL queries. In addition, you will embed your SQL queries into Java (using JDBC) to implement a “Fakebook Oracle,” a standalone program that answers several queries about the Fakebook database
DateBase
- 使用JAVA JDBC实现的数据库访问程序。-Implemented using JAVA JDBC database access program.
db_API
- 基于java JDBC的一个数据库驱动程序,程序分为3层:驱动层及一个数据库连接池;数据库基本操作层(对数据库的查询,删除,修改等基本操作);功能指令层,主要是通过实际问题编写实际操作指令。-Based on a java JDBC driver, the program is divided into three layers: the driver layer and a connection pool basic operation layer (for query, delet
o
- 编写程序,a)向"student"表中填入若干数据记录;b)在"student"表中分别查询所有记录以及满足条件"age>18"的记录。c)编程创建学生成绩表,并进行数据插入、修改、删除、查询和成绩统计等操作。(Write programs, a) fill in a number of data records in the "student" table; b) query all records in t
mysql-connector-java-5.0.8-bin
- java mysql,JDBC驱动,java程序连接到mysql数据库(this is a file about jar which can make a java program link to mysql)