BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Installing and Using WebLogic jDriver for Informix:   Previous Topic   |   Next Topic   |   Contents   

 

Installing and Using WebLogic jDriver for Informix

 

Contents

 

1. Installing WebLogic jDriver for Informix

Overview

Before You Begin

Evaluation Licenses

Installation Procedure

Using Connection Pools

Configuring a Connection Pool with WebLogic Server

Using the Connection Pool in Your Application

Client-Side Applications

Server-Side Applications

Verifying Your Connection to the Informix Database

Determining Your Database, Hostname, and Port

References

Documentation

Code Examples

2. Using WebLogic jDriver for Informix

What Is the WebLogic jDriver for Informix?

Mapping Types

Connecting to an Informix DBMS

Connection Procedure

Connection Example

Additional Informix-Specific Properties for the Connection or Properties Object

Manipulating Data with JDBC

Making a Simple SQL Query

Inserting, Updating, and Deleting Records

Creating and Using Stored Procedures and Functions

Disconnecting and Closing Objects

Retrieving the SERIAL Column After an Insert

Using the Informix INTERVAL Data Type

Using ResultSetMetaData Methods

Using Autocommit Mode

Support for Informix-Specific Features

Retrieving VARCHAR/CHAR Data as Bytes

Codeset Support

Using Unicode Streams in a Prepared Statement

WebLogic jDriver for Informix Conformance to JDBC

References

Documentation

Code Examples

 

Back to Top