TimeXtender supports ODBC for retrieving data from a wide range of systems. Both application-specific and a generic option is available.
You should also take a look at this guide to see an alternate method of connecting to ODBC data sources.
Adding an ODBC Data Source
To add a new ODBC data source, follow the steps below:
- Open a business unit, right-click Data Sources, click Data Sources, and click Add Generic ODBC Data Source or Application-specific ODBC.
- The Generic ODBC Data Source looks like so
- In the Name field, type the name of the data source.
- In the System DSN list, select the Data Source Name from the list of ODBC drivers.
- In the Command Timeout field, specify the number of seconds to wait before terminating the attempt to connect to the database.
- In the Connection Timeout field, specify the number of seconds to wait before terminating the attempt to connect to the server.
- If you want to add additional connection strings, click the Additional Connection Properties button. In the Connection String Properties window, type the preferred connection strings, and then click OK.
- The Configuration fields are used to control how the ODBC driver handles the content it receives. These fields are optional. You have the following options:
- In the Escape Character list, select the escape character specific to your ODBC driver.
- The Override date time type can change the type from datetime to datetime2. It is only available for some of the application-specific providers such as Progress and Divalto.
- In the Override text type variable length option, you can specify if it is a varchar or a char field.
- In the Override character encoding option, you can specify if it is nchar or nvarchar fields.
- In the Override text type length option, you can specify the specific length of a char field.
- In the Override numeric type precision option, you can specify a fixed number of decimals.
-
Note: The Convert out-of-range dates to MS SQL min/max option is only available for the MySQL 5.1, Progress, and Divalto adapters.
- Select Use low compatibility mode if you have trouble retrieving data from the database.