All Examples  This Package

Class examples.jdbc.informix4.login

examples.jdbc.informix4.login

public class login
This simple example shows the alternatives for making a JDBC connection to an Informix instance.

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 jdbcKona/Informix4.

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

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

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

    $ java examples.jdbc.informix4.login

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

Constructor Index

 o login()

Method Index

 o main(String[])

Constructors

 o login
 public login()

Methods

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

All Examples  This Package