|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
See:
Description
| JDBC Examples Summary | |
| examples.jdbc.oracle | Demonstrates using WebLogic jDriver for Oracle. |
| examples.jdbc.oracle.extensions | Demonstrates using SQL3 datatypes (STRUCTs, REFs, and ARRAYs) in server-side applications with an Oracle database. |
| examples.jdbc.mssqlserver4 | Demonstrates using WebLogic jDriver for MSSQLServer4. |
| examples.jdbc.pool | Demonstrates WebLogic Server's connection pool facilites. |
| examples.jdbc.pool.dynamic | Demonstrates how to dynamically create and delete a connection pool in an application using the WebLogic management API. |
| examples.jdbc.datasource | Demonstrates using a WebLogic Server datasource object to obtain a connection. |
| examples.jdbc.datasource.dynamic | Demonstrates how to dynamically create, use, and delete a data source using the WebLogic management API. |
| examples.dbkona | Demonstrate dbKona's high-level data objects that work with any JDBC driver for database interaction in your application, including client-side management of query results and automatic generation of SQL. |
These examples demonstrate the use of WebLogic JDBC, connection pools, and other database-related technologies.
Also check out the WebLogic HTTP Servlet examples, several of which use databases for dynamic data.
|
Documentation is available at http://e-docs.bea.com/wls/docs70/ |
|||||