Keyword Conflict Suffix
- Last Updated: January 4, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- Documentation
Attribute
KeywordConflictSuffix (kcs)
Purpose
Specifies a string of up to 5 alphanumeric characters that the driver appends to any object or field name that conflicts with a SQL engine keyword.
Valid Values
String
where:
String
is a string of up to 5 alphanumeric characters.
Example
A field called CASE exists in the data schema. To avoid a naming conflict
with the SQL engine keyword CASE, you could set KeywordConflictSuffix=TAB. In this
scenario, the driver maps the CASE field to the CASETAB column.
Default Value
No default value