Previous Topic: Use CICS Threadsafe ApplicationsNext Topic: Configure Your CICS Environment


Use the Type 4 JDBC Driver

Use the CA IDMS Server type 4 JDBC driver when executing Java programs that use JDBC to access CA IDMS databases.

Business Value:

The CA IDMS Server JDBC driver is tightly integrated with CA IDMS SQL processing for optimized SQL access to both non-SQL and SQL-defined CA IDMS databases.

The type 4 JDBC driver provides for optimal performance and response time for web and client/server Java applications accessing CA IDMS. With the type 4 JDBC driver, the Java client program is able to communicate directly with the CA IDMS region through native TCP/IP. This eliminates the need for any middleware address space, such as CCI, and frees mainframe processing for other workloads.

Additional Considerations:

CA IDMS Server supports the four types of JDBC drivers as defined by Sun.

The four types of JDBC drivers differ in the way they communicate with the database and whether they use native code on the client platform:

The following illustration shows the layers of processing involved for each type of JDBC driver in the client/server architecture.

More Information:

For more information about the type 4 JDBC driver and detailed information on how to specify client settings, see the CA IDMS Server User Guide.

For detailed information about defining the TCP/IP line and listener, see the CA IDMS System Generation Guide.