WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jdbc.informix4

This package contains standalone applications that illustrate various JDBC programming tasks with WebLogic jDriver for Informix.

See:
          Description

Class Summary
aClass This class implements serializable.
login This simple example shows the alternatives for making a JDBC connection to an Informix instance.
PreparedStatementUnicode This example makes a connection to a database that is using a multibyte codeset.
records This simple example shows how JDBC is used to execute DDL and DML and requires the table empdemo.
serializer This example shows how to insert data into an Informix BLOB column.
simpleselect This simple example shows how data and result set metadata is selected with JDBC.
simplesql This simple example shows how to execute DDL and DML via JDBC.
sprocs This simple example shows how to create and execute a stored procedure using an INFORMIX On-Line DBMS using JDBC.
text This example shows how to insert string values into a column of type TEXT and then retrieve the results.
 

Package examples.jdbc.informix4 Description

This package contains standalone applications that illustrate various JDBC programming tasks with WebLogic jDriver for Informix.

To get the most out of this example, first read through the following source code files to see what is happening.

To build and run this package follow the instructions provided with each example.

There's more

For more information see Using WebLogic jDriver for Informix.

Copyright © 2000 BEA Systems, Inc. All rights reserved.


Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.