|
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. |
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. |
OpenEdgeConnectionString | | (Required) A full connection string to the OpenEdge 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. |
OpenEdgeDatabase | | The name of the OpenEdge database. |
OpenEdgeDriver | | The ODBC driver name of the OpenEdge database. The default is "Progress OpenEdge 11.6 Driver".
|
OpenEdgePassword | | The password for the OpenEdge database. |
OpenEdgePort | | The port address of the OpenEdge database. |
OpenEdgeServer | | The host name of the OpenEdge database. |
OpenEdgeUser | | The user name for the OpenEdge database. |