All Examples  This Package

Class examples.jdbc.informix4.text

examples.jdbc.informix4.text

public class text
This example shows how to insert string values into a column of type TEXT and then retrieve the results.

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 text.java

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

    $ java examples.jdbc.informix4.text

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

Constructor Index

 o text()

Method Index

 o main(String[])

Constructors

 o text
 public text()

Methods

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

All Examples  This Package