Started using Sun’s JDBC-ODBC bridge to communicate with DB2 on the mainframe through DB2Connect.
We changed from this type 1 driver to the following IBM type 4 driver that came with our version of DB2Connect:
COM.ibm.db2.jdbc.app.DB2Driver
Understand a JDBC type 5 driver is available in the latest release of DB2Connect. DB2Connect communicates to the mainframe using DRDA.
We also had to write a service that runs a simple select using these DB2 connections every 5 minutes because we cached our database connections and they would time out.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards