All Examples

Class examples.jdbc.oracle20.batchUpdate


java.lang.Object

   |

   +----examples.jdbc.oracle20.batchUpdate


public class batchUpdate
extends Object
This example demonstrates the use of the JDBC 2.0 Batch Update feature with an Oracle database.

To run this example:

  1. Set up your development shell as described in Setting up your environment. You must run this example under a supported JDK 1.2 JVM

  2. Change connection parameters to correspond to your Oracle configuration. If you need more help, check the section on connecting to a database in the Developers Guide, Using WebLogic jDriver for Oracle.

  3. Compile this example by executing the following command in your development shell:

    $ javac -d %CLIENT_CLASSES% batchUpdate.java

  4. Run this example by executing the following command in your development shell:

    $ java examples.jdbc.oracle20.batchUpdate


Constructor Index

 o batchUpdate()

Method Index

 o main(String[])

Constructors

 o batchUpdate

 public batchUpdate()

Methods

 o main

 public static void main(String argv[]) throws Exception



All Examples