Welcome![Sign In][Sign Up]
Location:
Search - jdbc oracle jar

Search list

[ADO-ODBCconnjdbc

Description: jdbc连接oracle9i数据库的方法,需要载入class12.jar包的oracle驱动-jdbc connected database, needs include class12.jar packet oracle drive
Platform: | Size: 1348 | Author: feng lei | Hits:

[Oracleclasses12

Description: java 在与 oracle 连接时必须用到的jdbc驱动.-in connection with the oracle must use the jdbc drive.
Platform: | Size: 1568768 | Author: HELI | Hits:

[ADO-ODBCconnjdbc

Description: jdbc连接oracle9i数据库的方法,需要载入class12.jar包的oracle驱动-jdbc connected database, needs include class12.jar packet oracle drive
Platform: | Size: 1024 | Author: feng lei | Hits:

[JSP/Javajt400

Description: Jar for perform jdbc connections with Oracle Database
Platform: | Size: 3577856 | Author: john blanco | Hits:

[JSP/JavaTestJDBCODBCForASA6.0

Description: java与ASA6.0数据库连接实例 本功能源于一次项目项目经验,由于ASA6.0数据库在过去很多大型单机版系统中使用,而现在大多使用DB,SQLServer,Oracle等,为了替代原系统,可能与现数据库做数据交换,此代码将实例如何与ASA6.0版本数据库连接,并提供相应的数据库连接包(该连接包网络上已比较少见) 注: 1、jdk1.6版本,请手工导入附带的相关库(jconn3d.jar,jdts3d.jar,ojdbc4.jar) 2、myeclipse 8项目,项目名称TestJDBCODBCForASA6.0 3、采用jdbc连接 4、网络上基本没有与此数据库连接的教程-java database connection with the ASA6.0 examples from a project of the function of project experience, as ASA6.0 database in the past many large stand-alone system in use, but now mostly use the DB, SQLServer, Oracle, etc., in order to replace the original system, may be is a database for data exchange, this code version of the instance how ASA6.0 database connection, and provide the appropriate database connection package (the connection packet networks has been relatively rare) Note: 1, jdk1.6 version, please manually import the attached associated libraries (jconn3d.jar, jdts3d.jar, ojdbc4.jar) 2, myeclipse 8 project, the project name TestJDBCODBCForASA6.0 3, 4 with jdbc connection, the network database connection to this little tutorial
Platform: | Size: 2023424 | Author: 张奇 | Hits:

[OracleConnectToOracle

Description: 在Java程序中,连接Oracle数据库 包含文档:ConnectToOrcle.java, classes12.jar-Uing JDBC to connect to Oracle
Platform: | Size: 1509376 | Author: qiulihong | Hits:

[OracleOraclePJDBC-jar

Description: oracle 连接数据时需要引入的java包。即oracle数据库的驱动包-oracle connect data requires the introduction of the java packages. Oracle database driver package that is
Platform: | Size: 964608 | Author: huangwenwei | Hits:

[JSPconn

Description: 性能非常不错的JAVA连接池程序,通过JDBC实现。 可跟MSSQL ORACLE MYSQL 等主流数据进行对接。 需要加入对应的JDBC JAR包。程序包里未包含对应的JDBC包-Performance is very good JAVA connection pool program through JDBC implementation. Can with MSSQL ORACLE MYSQL and other mainstream data docking. Need to add the corresponding JDBC JAR package. Program package does not contain the corresponding JDBC package
Platform: | Size: 8192 | Author: winwsk | Hits:

[Oracleoracle_jdbc_driver

Description: 包含文件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,"",""
Platform: | Size: 2155520 | Author: hongjun | Hits:

[JSP/Javakinds-of-jar-package

Description: 含义java开发jdbc的所有jar包。另外还有一个oracle学习总结-Meaning of java development of jdbc jar package. There is also an oracle learning summary
Platform: | Size: 2977792 | Author: 孙超 | Hits:

[Oracleoracle

Description: oracle学习资料: 1、JDBC连接oracle数据库 2、Oracle_基本建表语句 3、oracle基本数据类型 4、SQL语句大全大全(经典珍藏版) 5、oracle连接所使用的jar包。classes12.jar nls_charset12.jar ojdbc14.jar-oracle learning materials: 1, JDBC connection oracle database The 2, Oracle_ basic tables created statement 3, oracle basic data type SQL statement Daquan Daquan (Classic Collector' s Edition), the oracle connect the use of the jar package. classes12.jar nls_charset12.jar ojdbc14.jar
Platform: | Size: 5348352 | Author: 姜怡姝 | Hits:

[Oracleodbc

Description: oracle 的jdbc链接jar包。支持oracle11g oracle10g等版本,可以放心使用-the oracle jdbc link jar packages. Support oracle11g oracle10g other versions, you can rest assured that use
Platform: | Size: 1455104 | Author: 小王 | Hits:

[JSP/Javaojdbc14

Description: oracle jar oracle jar oracle jar oracle jar JDBC-oracle jar
Platform: | Size: 1107968 | Author: weiaccp | Hits:

[Oracledb-lab1

Description: 数据库lab1,通过jxl.jar和javaDBF.jar运用jdbc将xls和dbf文件导入oracle数据库-The of lab1, jxl.jar and javaDBF.jar by using JDBC XLS and DBF files into Oracle Database
Platform: | Size: 3776512 | Author: sai | Hits:

[JSP/Javasqljdbc4-2.0.jar

Description: 注冊载入JDBC驱动程序; 注冊载入驱动driver。也就是强制类载入:其注冊载入JDBC驱动有三种方法: 方法一:Class.forName(DriverName); 当中DriverName=Driver包名。Driver类名; Oracle的DriverName=“oracle.jdbc.driver.OracleDriver“。 SQLServer的DriverName=“com.microsoft.jdbc.sqlserver.SQLServerDriver“。 方法三:直接创建一个驱动对象:new oracle.jdbc.driver.OracleDriver()。 MySql的DriverName=“com.mysql.jdbc.Driver“; 方法二:Class.forName(DriverName).newInstance(); 代码完毕两个功能:第一,把驱动程序载入到内存里;第二。把当前载入的驱动程序自己主动去DriverManager那注冊,DriverManager是JDBC规范中唯一的Java类。(Registration is loaded into the JDBC driver. Registration is loaded into driver driver. That is mandatory class loading: there are three ways to register JDBC drivers. Method 1: Class.forName (DriverName); among them, the DriverName=Driver package name. Driver class name; Oracle's DriverName= "oracle.jdbc.driver.OracleDriver". SQLServer's DriverName= "com.microsoft.jdbc.sqlserver.SQLServerDriver". Method three: create a driver object directly: new oracle.jdbc.driver.OracleDriver (). MySql's DriverName= "com.mysql.jdbc.Driver"; Method two: Class.forName (DriverName).NewInstance (); There are two functions of code completion: first, load the driver into memory; second. Driver Manager is the only Java class in the JDBC specification.)
Platform: | Size: 441344 | Author: 吴珍珍 | Hits:

CodeBus www.codebus.net