Kbase P16644: Dsrv: When an object is pulled, the object name within the d
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/25/2003 |
|
Status: Unverified
FACT(s) (Environment):
DataServer
SYMPTOM(s):
When an object is pulled into Schema holder, the object name within the data dictionary is suffixed with an underscore
Example "each" becomes "each_"
Object name is keyword within Progress
Object name is a reserved word within Progress
UPDATE/ADD Table Definitions... is being performed
CAUSE:
Progress databases and most ODBC data sources contain restrictions against using keywords as database object names. If a data source object name consists of a Progress keyword, the DataServer appends an underscore character ( _ ) to the name. For example, an object named "each" becomes "each_"
FIX:
Must reference the new object name within 4GL code. This means that code must be changed from "each" to "each_"