StrictEncode
Specifies behavior for encoding character data to transmit to the Teradata Database.
Data Type
string
Default Value
""
Remarks
When set to ON, the Teradata JDBC Driver will throw a SQLException when the SQL request text or any parameter values contain a character that cannot be represented in the session character set. When set to OFF or omitted, the Teradata JDBC Driver will substitute a question mark for each character that cannot be represented in the session character set.