Using the WorkAround options
- Last Updated: November 20, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
To use these options, we recommend that you create a separate user data source for each application.
You can make the change by updating the Registry. After you create the data source,
- On Windows, using the registry editor REGEDIT, open the HKEY_CURRENT_USER\SOFTWARE\ODBC\ODBC.INI section of the registry. Select the data source that you created.
- On Linux, using a text editor, open the odbc.ini file to edit the data source that you created.
Add the string WorkArounds= (or WorkArounds2=) with a value of n (WorkArounds=n or WorkArounds2=n), where the value n is the cumulative value of all options added together. For example, if you wanted to use both WorkArounds=1 and WorkArounds=8, you would enter in the data source:
WorkArounds=9
warning: Each of these
options has potential side effects related to its use. An option should only be used
to address the specific problem for which it was designed. For example,
WorkArounds=2 causes the driver to report that database qualifiers are not
supported, even when they are. As a result, applications that use qualifiers may not
perform correctly when this option is enabled.