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

Search list

[Other resourceJava.Programming.with.Oracle.JDBC

Description: Java编程基于Oracle,英文原版.用JDBC.之前发布的是sqlj.
Platform: | Size: 991294 | Author: wongsuitung | Hits:

[JSP/JavaOReilly - Java_Programming_with_Oracle_JDBC

Description: 讲述如何应用JDBC与Oracle进行数据库操作。-on how to use JDBC and Oracle database operation.
Platform: | Size: 1019904 | Author: z | Hits:

[JSP/Java一个JDBC连接数据库的例子(oracle)

Description: 一个JDBC连接数据库的例子(oracle)-a JDBC to connect to the database example (oracle)
Platform: | Size: 4096 | Author: 高兴 | Hits:

[OracleJDBC连接Oracle数据库之十大技巧

Description: JDBC连接Oracle数据库之十大技巧-JDBC Connection Oracle Database X skills
Platform: | Size: 26624 | Author: 唐财爷 | Hits:

[Documentsora-javadoc

Description: Oracle JDBC 的javaDoc -Oracle JDBC javaDoc
Platform: | Size: 198656 | Author: 朱晓峰 | Hits:

[ADO-ODBCJSQ工具

Description: 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
Platform: | Size: 2214912 | Author: 魏源 | Hits:

[ADO-ODBCJDBC连接oracle数据库

Description: 一个JDBC连接数据库的例子(oracle)-a JDBC to connect to the database example (oracle).
Platform: | Size: 1024 | Author: 曹荣元 | Hits:

[JSP/Javajdbc-oracle

Description: JAVA用jdbc联接ORACLE的例子。-JAVA connected with jdbc ORACLE example.
Platform: | Size: 20480 | Author: 何克 | Hits:

[JSP/Java7894_SqlPlus

Description: 用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
Platform: | Size: 795648 | Author: 徐锋 | Hits:

[JSPoreilly-java_programming_with_oracle_jdbc

Description: java programming with oracle jdbc
Platform: | Size: 983040 | Author: Jack | Hits:

[JSP/JavaDbUtil

Description: 连接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"
Platform: | Size: 1024 | Author: 远风 | Hits:

[JSP/JavaConnectBean

Description: 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.
Platform: | Size: 2048 | Author: wave | Hits:

[File FormatJDBCracle

Description: Java数据库连接(JDBC)API是一系列能够让Java编程人员访问数据库的接口,各个开发商的接口并不完全相同。在使用多年的Oracle公司的JDBC后,我积累了许多技巧,这些技巧能够使我们更好地发挥系统的性能和实现更多的功能。-Java Database Connectivity (JDBC) API is a series enables Java programmers a couple of According to the interface, developers of the various interface is not exactly the same. Used for many years in the company's Oracle JDBC, I have accumulated a lot of skills, These skills will better enable us to play the performance of the system and achieve greater functionality.
Platform: | Size: 3072 | Author: 梁国脉 | Hits:

[JSP/JavaJDBC-API-WEB

Description: 用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
Platform: | Size: 6144 | Author: Gabrielle | Hits:

[JSPJava.Programming.with.Oracle.JDBC

Description: Java编程基于Oracle,英文原版.用JDBC.之前发布的是sqlj.-Java programming-based Oracle, the original English edition. Using JDBC. Before it is released sqlj.
Platform: | Size: 991232 | Author: wongsuitung | Hits:

[JSP/Javajava

Description: JDBC的连接数据库的驱动包括mysql,oracle,sql server,基本数据库都有-JDBC database connectivity drivers, including mysql, oracle, sql server, the basic database has
Platform: | Size: 1883136 | Author: gl | Hits:

[SQL ServerJDBC

Description: 介绍mysql,oracle,sqlserver2000,postgresql的连接方法,这些都是我的心得-introduct all database connection .
Platform: | Size: 1024 | Author: jiangshang | Hits:

[Oracleoracle-Driver

Description: 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")
Platform: | Size: 1590272 | Author: oracle | Hits:

[Oraclejdbc--drivers

Description: jdbc SQL 驱 动 包 包含mssql2000 mssql2005 oracle-jdbc SQL driver package
Platform: | Size: 2387968 | Author: 李亚 | Hits:

[JSP/JavaOReilly-Java-Programming-with-Oracle-JDBC

Description: OReilly Java Programming with Oracle JDBC.pdf
Platform: | Size: 1015808 | Author: huikyun | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net