WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jdbc.datasource

This package contains an example of using a DataSource object to obtain a connection pool.

See:
          Description

Class Summary
simplesql This example demonstrates obtaining a database connection using a DataSource object.
simplesqlServlet This servlet demonstrates using a DataSource to get a connection to a database and execute a simple sql query using the connection.
 

Package examples.jdbc.datasource Description

This package contains an example of using a DataSource object to obtain a connection pool.

Follow the instructions provided in simplesql, to build, compile and run the example.

There's more...

Read more about JDBC in:


Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.