搜索资源列表
java数据库编程
- JAVA thin模式连接Oracle数据库
java实现连接数据库验证登录
- java实现连接数据库验证登录,根据数据库中的用户名和密码,验证成功后登录进入系统。-Java Application for user login
使用JSP基于数据库完成用户登陆程序
- 1,加载驱动程序 Class.forName("……") 2,连接数据库(Connection) Connection conn = DriverManager.getConnection("数据库连接的URL","用户名","密码") 3,操作数据库(CRUD)使用Statement,PreparedStatement 更新数据库 *insert
jdbcDEMO
- java连接数据库的demo,jdbc 连接数据库,通过这个例子可以很快掌握java中数据库的连接方法-java database connectivity demo, jdbc database connections, through this example, we can quickly grasp the java in the database connection method
sql
- java连接数据库的简单应用,能通过sql语言对数据库进行查询,并以表格形式显示出查询结果-java to connect a simple database application, through the sql database query language, and in tabular form showing query results
Android通过jsp连接Oracle数据库
- Android通过jsp连接Oracle数据库,包含安卓端和服务器端。
一个JDBC连接数据库的例子(oracle)
- 一个JDBC连接数据库的例子(oracle)-a JDBC to connect to the database example (oracle)
jdbc
- (JAVA环境,myeclipse开发环境)使用JDBC连接数据库,实现对数据的插入,删除,修改等操作-(JAVA environment, myeclipse development environment) the use of JDBC to connect database, implementation of data insertion, deletion, modification and other operations
gongyumanager
- 它是用来对学生的住宿情况进行管理的一个应用 程序,通过该系统使用者可以轻松地对学生以及宿舍事务进行管理,其中包括 对数据的添加、查询、修改,使得宿舍资料的管理更加方便,我们的程序主要 展示了如何用JAVA语言开发基于桌面操作系统以及连接My Sql数据库平台的 小型管理程序,其重点是如何连接数据库以及如何对数据库进行操作,此外我 们也同样对页面进行了精心设计,达到了美观、条理,一目了然的效果 -It is used for student accommodation si
Javaconnection
- Java连接数据库代码,希望能给大家学习java带来点帮助。-Java code to connect database, we hope that they will be brought to help the learning java.
vivian
- 数据库课程设计 用Java实现的企业管理系统 有连接数据库的说明图例-Java database program designed to achieve the enterprise management system to connect the database that legend
jsp_denglu
- 用jsp连接数据库做的一个登录界面,用户可以通过用户名和密码来进行登录-Jsp connect to the database to do with a login screen, the user can user name and password to log in
JSP
- jsp介绍及简单示例--连接数据库及数据库差错,更新-jsp descr iption
DbConnection
- Java连接数据库的方法,适合各种数据库,视需要更改相应的URL就行了-The method of connect SQLserver with Java
JDBC_Driver
- java连接数据库用的,驱动程序大全,包括MySQL,SQL SERVER等的驱动程序-connect to the database using java, driver Daquan, including MySQL, SQL SERVER, etc. driver
连接数据库代码
- 连接数据库代码的一个小例子,可以修改插入-connect
JS连接数据库
- 代码用于数据的链接实使用,可以进行参考并进行设置(Code for data link real use, can be reference for setting)
MySQL
- 加载JDBC驱动程序,提供JDBC连接的URL ,创建数据库的连接,创建一个Statement ,执行SQL语句 ,处理结果,关闭JDBC对象(Load the JDBC driver, provide the URL of the JDBC connection, create the connection to the database, create a Statement, execute the SQL statement, process the result, and close
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("
数据库连接池
- 基于c3p0,dbcp,bonecp等数据库连接池的连接实现,实现多个数据库连接池的相互替换(Based on c3p0, DBCP, bonecp and other database connection pool implementation, to achieve mutual replacement of multiple database connection pool)