Restrictions and Considerations - ODBC Driver for Teradata
ODBC Driver for Teradata® User Guide
- Product
- ODBC Driver for Teradata
- Release Number
- 16.20
- Published
- August 2020
- Language
- English (United States)
- Last Update
- 2020-08-25
- dita:mapPath
- fxv1527114222338.ditamap
- dita:ditavalPath
- Audience_PDF_product_legacy_odbc_include.ditaval
- dita:id
- ktb1507075385726
- Product Category
- Teradata Tools and Utilities
- Before executing the command, ODBC Administrator needs to be configured with the required DSN. In the sample command, “testdsn” is the configured DSN name.
- After executing the command, it should successfully connect the database and prompt for SQL to be executed.
- You can submit any simple SQL statement such as “select date” to verify that ODBC Driver is properly installed.
- To ensure that the message catalog file is installed properly, you can submit an incorrect SQL statement such as “create table (int)” and verify the error message.
- Exit the program by entering “quit” when prompted for SQL.