Keyword Conflict Suffix
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- 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.
Notes
- The setting for this option is written to the configuration file when generating the schema map. If you attempt a subsequent connection using the configuration file and specify a different value for this option, the driver will return an error.
Default Value
No default value