搜索资源列表
JavaAccess
- 一个Java+Access信息系统的实例,实现了一些数据库操作的基本功能,便于java数据库编程的初学者学习。-A Java+ Access information system example, some database operations to achieve the basic functions, easy for beginners to learn java database programming.
JDBCProject
- 实例 建立一个学生表student ,包括三个属性:学号、姓名和年龄,其创建语句如下: create table student (id varchar(10) primary key,name varchar(20), age int) 实现的功能: 向表student中插入一条记录id=000099988,name=zhhdhh,age=45 输出显示所有的记录。 实现方式: 纯Java驱动 JDBC-ODBC桥-装载驱动程序 JDBC/ODBC桥:
Example28
- 企业进销存管理系统,拥有很漂亮的外观和方便的操作界面,包含大量的数据库操作,是一个很不错的java开发实例-Enterprise Invoicing Management System, has a very beautiful appearance and convenient interface, includes a large number of database operations, is a very good example of java developers
JDBCDemo
- Java建立与断开数据库的连接,使用JAva建立数据库标识连接,加载驱动器、获取连接、获取DatabaseMetaData实例、获取数据库名称、获取数据库版本号、获取JDBC驱动器名称、获取驱动器版本号、获取登录用户名、关闭连接、输出出错信息等-Java to establish and disconnect the connection to the database, establishment of database identifier connection, load the driv
my-database
- java数据库开发实例,增加数据库表,插入表记录,删除表记录,修改表记录,查询表记录-java odbc
predicatesemsjoiy
- Java编程基础,应用与实例书中的全部的源码实例,不错的书-Java programming basis, application and example in the book all the source code examples, good book
zasj6
- 一个简单的JAVA实例,取得目录的文件信息-A simple JAVA example, the directory file information
cxtoxfx72
- 使用java动态代理技术实现简单的AOP切面编程实例-Using Java dynamic agent technology to achieve a simple AOP aspects programming examples