Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | JDBC Driver Specific Properties | DB2 | JTOpen v4.1 Driver
 
JTOpen v4.1 Driver
DataSource
Transaction Type
DataSource Class
NO_TRANSACTION, LOCAL_TRANSACTION
com.ibm.as400.access.AS400JDBCDataSource
XA_TRANSACTION
com.ibm.as400.access.AS400JDBCXADataSource
Transaction Isolation Level Setting
Specify the transaction isolation level properties in the Other Properties field:
Parameter
Description
TransactionIsolation
If you are accessing a table with the <current catalog>.<current schema> qualifier, set the transaction isolation level and also specify the Libraries property.
TransactionIsolation=none;
Example of TransactionIsolation and Libraries:
TransactionIsolation=none;Libraries=QGPL
Libraries
If you are specifying the transaction isolation level, you must specify the Libraries property as shown:
Libraries=QGPL;
Other Properties
Specify the parameters in the Other Properties field:
Parameter
Description
clischema
Use the clischema property to enable or disable adapter polling notifications when the systriggers view is not in the default schema. For example:
clischema=schema_name
For example, if you specify clischema=QSYS2, when enabling or disabling a notification, the adapter issues the following query:
SELECT trigger_name FROM QSYS2.systriggers
metadatasource
Use the metadatasource property if the StoredProcedure adapter service calls a stored procedure with a procedure name that is different from its specific name. For example:
metadatasource=1
Required Connection Property Fields
Driver
Server Name
User
Password
Database Name
Port Number
Network Protocol
JTOpen v4.1 for DB2 for AS/400 v4r5, v5r1, v5r2, v5r3, and v5r4
Yes
Yes
Yes
No
No
No
For more information about limitations, see Limitations.