|
CommandTimeOut | | The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed.
For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds. |
DB2ConnectionString | | A full connection string to the DB2 database.
If a value is defined, it will override all other settings for the connection element and use this string to connect to the database.
DB2 Parameter elements are still processed and added to the string. |
DB2Database | | (Required) The name of the DB2 database. |
DB2Flavor | | This attribute when set to ISeries allows the IBM DB2 ISeries data provider to be utilized instead of the default DB2 Universal provider. In DotNet the IBM I Access for Windows product is required. The IBM.Data.DB2.ISeries.dll needs to be installed in the Logi bin directory as well.
http://www-03.ibm.com/systems/power/software/i/access/windows_sp.html
In Java the IBM ISeries Toolkit JDBC driver jt400.jar needs to be installed in WEB-INF/lib.
http://www-03.ibm.com/systems/power/software/i/toolbox/downloads.html
|
DB2Password | | The password for the DB2 database. |
DB2Port | | The port address for the DB2 database. |
DB2Server | | (Required) The host name of the DB2 database. |
DB2User | | (Required) The user name for the DB2 database. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |