CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - JDBC ORACLE
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - JDBC ORACLE - List
[
JSP/Java
]
jdbc-oracle
DL : 0
JAVA用jdbc联接ORACLE的例子。-JAVA connected with jdbc ORACLE example.
Update
: 2008-10-13
Size
: 20.36kb
Publisher
:
何克
[
JSP/Java
]
OReilly - Java_Programming_with_Oracle_JDBC
DL : 0
讲述如何应用JDBC与Oracle进行数据库操作。-on how to use JDBC and Oracle database operation.
Update
: 2025-02-17
Size
: 996kb
Publisher
:
z
[
JSP/Java
]
一个JDBC连接数据库的例子(oracle)
DL : 0
一个JDBC连接数据库的例子(oracle)-a JDBC to connect to the database example (oracle)
Update
: 2025-02-17
Size
: 4kb
Publisher
:
高兴
[
Oracle
]
JDBC连接Oracle数据库之十大技巧
DL : 0
JDBC连接Oracle数据库之十大技巧-JDBC Connection Oracle Database X skills
Update
: 2025-02-17
Size
: 26kb
Publisher
:
唐财爷
[
Documents
]
ora-javadoc
DL : 0
Oracle JDBC 的javaDoc -Oracle JDBC javaDoc
Update
: 2025-02-17
Size
: 194kb
Publisher
:
朱晓峰
[
ADO-ODBC
]
JSQ工具
DL : 0
java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
Update
: 2025-02-17
Size
: 2.11mb
Publisher
:
魏源
[
ADO-ODBC
]
JDBC连接oracle数据库
DL : 0
一个JDBC连接数据库的例子(oracle)-a JDBC to connect to the database example (oracle).
Update
: 2025-02-17
Size
: 1kb
Publisher
:
曹荣元
[
JSP/Java
]
jdbc-oracle
DL : 0
JAVA用jdbc联接ORACLE的例子。-JAVA connected with jdbc ORACLE example.
Update
: 2025-02-17
Size
: 20kb
Publisher
:
何克
[
JSP/Java
]
7894_SqlPlus
DL : 0
用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the database can also connect test whether the correct configuration
Update
: 2025-02-17
Size
: 777kb
Publisher
:
徐锋
[
JSP
]
oreilly-java_programming_with_oracle_jdbc
DL : 0
java programming with oracle jdbc
Update
: 2025-02-17
Size
: 960kb
Publisher
:
Jack
[
JSP/Java
]
DbUtil
DL : 0
连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB" static String user="DBA_WEB" static String password="DBA_WEB" -oracle database linking the operation tatic String driverNam e = "oracle.jdbc.driver.OracleDriver" stati c String dbUrl = "jdbc : oracle : thin : @ 10.1.1.44 : 1521 : DBAWEB "static String user =" DBA_WEB "static S tring password = "DBA_WEB"
Update
: 2025-02-17
Size
: 1kb
Publisher
:
远风
[
JSP/Java
]
ConnectBean
DL : 0
JDBC连接数据库源代码:对代码稍作修改,比如:更改驱动、更改数据库名称、更改数据库地址,可以连接Oracle、SQL Server两种数据库。该源码中定义了查询和更新操作的通用方法,外部类调用时,只需传入sql语句和要查询或更新的数据库字段名就可以了。非常方便,我已经使用了很长时间了。-JDBC to connect to the database source code : the code to make some modifications, such as : changes driven changes in the database name, changes in the database addresses, can be connected to Oracle, SQL Server database two. The source defined inquiries and updating of a common approach, called external category, only imported sql statement and to check or update the database field names on it. Very convenient, I have been in use for a long time.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wave
[
JSP/Java
]
JDBC-API-WEB
DL : 0
用Oracle JDeveloper 10g IDE基于JDBC API的Web开发的简单测试.[InsertData]文件夹完成数据插入功能;[queryMetaData]纪录集元数据;[updateTable]完成可被更新和滚动的纪录集;[bindQuery]实现PreparedStatement接口;[getDBInfo]实现DatabaseMeatData接口-Oracle JDeveloper 10g IDE using JDBC API-based Web development of a simple test. [InsertData] folder on the completion of data insertion [queryMetaData] record set metadata [updateTable] can be completed to update and roll record collection [bindQuery] realize PreparedStatement interface [getDBInfo] realize DatabaseMeatData interface
Update
: 2025-02-17
Size
: 6kb
Publisher
:
Gabrielle
[
JSP
]
oracle_training_ppt
DL : 0
oracle内部培训资料,dba、plsql 等-oracle internal training materials, dba, plsql, etc.
Update
: 2025-02-17
Size
: 2.78mb
Publisher
:
blacknife
[
JSP/Java
]
java
DL : 1
JDBC的连接数据库的驱动包括mysql,oracle,sql server,基本数据库都有-JDBC database connectivity drivers, including mysql, oracle, sql server, the basic database has
Update
: 2025-02-17
Size
: 1.8mb
Publisher
:
gl
[
SQL Server
]
JDBC
DL : 0
介绍mysql,oracle,sqlserver2000,postgresql的连接方法,这些都是我的心得-introduct all database connection .
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jiangshang
[
Oracle
]
oracle-Driver
DL : 0
Oracle 数据库连接驱动包 Conn Code: Class.forName("oracle.jdbc.driver.OracleDriver") Connection con = DriverManager.getConnection("jdbc:oracle:thin:@host:port:databse","user","password") -Conn Code: Class.forName("oracle.jdbc.driver.OracleDriver") Connection con = DriverManager.getConnection("jdbc:oracle:thin:@host:port:databse","user","password")
Update
: 2025-02-17
Size
: 1.52mb
Publisher
:
oracle
[
JSP/Java
]
Oracle
DL : 0
JDBC连接ORACLE数据库,实现增加、删除、更新、查询等基本的 操作。-ORACLE database, JDBC connections, the added, delete, update, query and other basic operations.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
孟祥安
[
Oracle
]
jdbc--drivers
DL : 0
jdbc SQL 驱 动 包 包含mssql2000 mssql2005 oracle-jdbc SQL driver package
Update
: 2025-02-17
Size
: 2.28mb
Publisher
:
李亚
[
Oracle
]
oracle_jdbc_driver
DL : 0
包含文件classes12.jar和ojdbc14.jar 使用方式: oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@10.0.0.248:1521:ora9,"","" -include classes12.jar and ojdbc14.jar use: oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@10.0.0.248:1521:ora9,"",""
Update
: 2025-02-17
Size
: 2.06mb
Publisher
:
hongjun
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.