All Examples  This Package

Class examples.jdbc.informix4.simpleselect

examples.jdbc.informix4.simpleselect

public class simpleselect
This simple example shows how data and result set metadata is selected with JDBC. It assumes the table empdemo exists. This table is created in the simplesql example.

To set up this example:

  1. Set up your development shell as described in Package examples.jdbc.informix4.

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

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

    $ javac -d c:/weblogic/informix4/classes simpleselect.java

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

    $ java examples.jdbc.informix4.simpleselect

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o simpleselect()

Method Index

 o main(String[])

Constructors

 o simpleselect
 public simpleselect()

Methods

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

All Examples  This Package