|
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. |
DataHubConnectionString | | A full connection string to the DataHub data store. If a value is defined, it will override all other attributes and use this string to connect. |
DataHubDatabase | | The name of the DataHub data store.
The default is "logidatahub". |
DataHubPassword | | The password for the DataHub data store. |
DataHubPort | | The port address of the DataHub data store.
The default is 5029. |
DataHubServer | | (Required) The host name of the DataHub data store. |
DataHubUser | | (Required) The user name for the DataHub data store. |
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. |
SqlSyntax | | SqlSyntax specifies the type of database server. The value is used by ActiveSQL DataLayers which must know the database type to generate correct SQL statements.
Studio's QueryBuilder also uses SqlSyntax for ODBC connections. |