ANSI ODBC Applications - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide

Product
ODBC Driver for Teradata
Release Number
17.10
Published
October 2021
Language
English (United States)
Last Update
2021-11-02
dita:mapPath
wxs1608578396899.ditamap
dita:ditavalPath
nkw1500504256726.ditaval
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities

In the following section, assume that the ANSI application is limited to SQL_C_CHAR data binding and a non-Unicode session character set is used. The following figure depicts the programming model for ODBC Driver for Teradata.



  1. SQL-Text and SQL_C_CHAR character data flows between the ODBC Application and the ODBC Driver Manager
  2. The ODBC Driver Manager:
    • Converts the SQL-Text to Unicode and passes it to ODBC Driver for Teradata
    • Does not convert the SQL_C_CHAR data and passes it as is to ODBC Driver for Teradata
  3. ODBC Driver for Teradata:
    • Converts the SQL-Text from Unicode to Session Character Set
    • Does not convert the SQL_C_CHAR data and passes it as is to the database