搜索资源列表
在Visual C++中如何利用UDL文件来建立ADO连接
- 在Visual C++中如何利用UDL文件来建立ADO连接(数据库技术)-in Visual C UDL documents how to use ADO to establish connections (database technology)
jsp连接数据与发大全
- JAVA连接数据库使用大全-Java database connectivity using Daquan
Jsp连接数据库
- Jsp连接数据库大全-Jsp connect to the database Daquan
java数据库编程
- JAVA thin模式连接Oracle数据库
inweb连接数据库
- 用Delphi6写的一个intraweb数据库查询程序.
c# 数据库操作组件
- c# 数据库操作组件
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
Javaconnection
- Java连接数据库代码,希望能给大家学习java带来点帮助。-Java code to connect database, we hope that they will be brought to help the learning java.
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
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("