All Examples 

package examples.jdbc.datasource

Class Index

about this package

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

  • simplesql illustrates how to drop and create tables and add and delete rows using a Statement and standard SQL.

    how to use this package

    1. Set up your development shell as described in Setting up your environment.

    2. Change connection parameters to correspond to your DBMS configuration. If you need more help, check the developers guide for your driver. See WebLogic JDBC Options.

    3. Compile the examples using the instructions for the example. (See the link at the top of this page.)

    4. Run the example using the instructions for the example. (See the link at the top of this page.)

    there's more . . .

    WebLogic JDBC Options