skip to main content
Connection option descriptions : Keyword Conflict Suffix
  

Try DataDirect Drivers Now

Keyword Conflict Suffix

Attribute

KeywordConflictSuffix (kcs)

Purpose

Specifies a string of up to five 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