skip to main content
Using the driver : Creating and Customizing Schemas Using the DataDirect Schema Tool : Customizing Your Schema : Naming Conflicts : Resolving Keyword Conflicts
  

Try DataDirect Drivers Now
Resolving Keyword Conflicts
Keyword conflicts occur when the name of an object matches the name of a SQL engine keyword. You can use the KeywordConflictSuffix configuration option to avoid such conflicts. KeywordConflictSuffix 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. For example, if you specify KeywordConflictSuffix=TAB, the driver maps the Case object to CASETAB.
For details, see "Identifiers" and "ConfigOptions" in the driver documentation.