CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 Oracle数据库 搜索资源 - driver

搜索资源列表

  1. oracle查询

    0下载:
  2. 一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!-an oracle Inquiry jsp, to just sql statement, the names and contents of the database are displayed in the interface, attention : oracle needs its own driver installation!
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2940
    • 提供者:loon
  1. dbxoda

    0下载:
  2. Oracle DBExpress Driver
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1117366
    • 提供者:fabiano
  1. jdbc--drivers

    0下载:
  2. jdbc SQL 驱 动 包 包含mssql2000 mssql2005 oracle-jdbc SQL driver package
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2387914
    • 提供者:李亚
  1. ojdbc14

    0下载:
  2. J2EE开发中Oracle数据库连接驱动classes14.-J2EE development in Oracle Database Connectivity driver classes14.
  3. 所属分类:Oracle

    • 发布日期:2017-05-07
    • 文件大小:1448656
    • 提供者:JJCH
  1. odbc_loop_test

    0下载:
  2. 使用odbc驱动连接数据库。进行建表,插入,查询,更新,删除等操作,能够支持10万条数据,能够使用多次循环,然后测试系统的效率。-Connect to the database using the odbc driver. To build tables, insert, query, update, delete and other operations, to support the 100 000 data can be used multiple times cycle, and the
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:55156
    • 提供者:cui
  1. javaworkshop_en

    0下载:
  2. oracle 驱动 jdbc 用来将oracle数据库和java开发环境连接-oracle driver jdbc oracle database and used to connect java development environment
  3. 所属分类:Oracle

    • 发布日期:2017-05-21
    • 文件大小:6563295
    • 提供者:liling
  1. oracle-Driver

    0下载:
  2. 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.OracleDriv
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1590041
    • 提供者:oracle
  1. OraclePJDBC-jar

    0下载:
  2. oracle 连接数据时需要引入的java包。即oracle数据库的驱动包-oracle connect data requires the introduction of the java packages. Oracle database driver package that is
  3. 所属分类:Oracle

    • 发布日期:2017-04-01
    • 文件大小:965089
    • 提供者:huangwenwei
  1. yanzheng1

    0下载:
  2. 链接oracle数据库,包括其中的链接的主语句,加载驱动,链接数据库-Oracle database link, including statements which link the main, load the driver, link database, etc.
  3. 所属分类:Oracle

    • 发布日期:2017-04-08
    • 文件大小:624
    • 提供者:郭雷
  1. oracle_jdbc_driver

    0下载:
  2. 包含文件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,"",""
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:2155699
    • 提供者:hongjun
  1. Oracle

    0下载:
  2. oracle纯java安装驱动包,需要的朋友请放心下载。-the oracle pure java install the driver package, a friend in need, please rest assured download.
  3. 所属分类:Oracle

    • 发布日期:2017-11-17
    • 文件大小:1048434
    • 提供者:haha
  1. oracle

    0下载:
  2. 这是oracle 驱动包,里面有5,6,14,还有一个class文件-This is the oracle driver package, which has 5,6,14, there is a class file
  3. 所属分类:Oracle

    • 发布日期:2017-05-22
    • 文件大小:6624648
    • 提供者:吴为超
  1. db

    0下载:
  2. 数据库的标准连接配置demo,适用于oracle,对于其他类型的数据库,改动驱动即可-Standard database connection configuration demo, suitable for oracle, for other types of databases, alter driver can
  3. 所属分类:Oracle

    • 发布日期:2017-04-08
    • 文件大小:1236
    • 提供者:酸酸
  1. jspPoralce

    0下载:
  2. 该系统使用jsp开发,各功能以模块的形式完成。对软硬件要求不高,兼容性良好。本系统使用了jdbc:thin的Oracle驱动,在Tomcat下测试成功。-The system uses jsp development, in the form of various functional modules completed. Less demanding on hardware and software compatibility is good. The system uses a jdbc:
  3. 所属分类:Oracle

    • 发布日期:2017-04-10
    • 文件大小:1394743
    • 提供者:卢可佩
  1. oracle11g-driver

    0下载:
  2. oracle数据库驱动文件,包括1.5和1.6两个版本,同时附上解决oracle数据库不能通过IP访问的方法-oracle driver contains jdk1.5、1.6 and can t connect through Ip
  3. 所属分类:Oracle

    • 发布日期:2017-05-15
    • 文件大小:3775444
    • 提供者:test
  1. db_API

    0下载:
  2. 基于java JDBC的一个数据库驱动程序,程序分为3层:驱动层及一个数据库连接池;数据库基本操作层(对数据库的查询,删除,修改等基本操作);功能指令层,主要是通过实际问题编写实际操作指令。-Based on a java JDBC driver, the program is divided into three layers: the driver layer and a connection pool basic operation layer (for query, delet
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:55442
    • 提供者:李亚
  1. vfporcale

    0下载:
  2. vfp 二步联接 ORACLE数据库. 1、安装oracle ODBC 驱动; 2、套接字符串联接oracle数据库。(VFP two steps to join the ORACLE database 1. install Oracle ODBC driver; 2. connect string to connect Oracle database.)
  3. 所属分类:Oracle数据库

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:蓝天369
搜珍网 www.dssz.com