Connection Level - ODBC Driver for Teradata

ODBC Driver for Teradata User Guide

Product
ODBC Driver for Teradata
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities

This connection level setting is applicable to the particular connection handle and, by default, all statement handles created under it. This option cannot be set at connection level after the connection to the database has been established.

DSN Option

  • On DSN Setup GUI dialog, checking Enable Data Encryption turns on data encryption. By default, this option is unchecked.
  • In odbc.ini the option UseDataEncryption=YES/NO controls this data encryption in ODBC driver. The default is NO.
  • SQLDriver/BrowseConnect() Keyword

    The connection string keyword-value pair DATAENCRYPTION=YES/NO or USEDATAENCRYPTION=YES/NO can be used in the connection string of SQLDriver/BrowseConnect(), to turn data encryption ON or OFF.