Kbase P128584: ADD-LIKE-FIELD() method ignores XML-related temp-table attributes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/04/2011 |
|
Status: Unverified
SYMPTOM(s):
Creating dynamic temp-table based on another temp-table
Fields in original table have XML-DATATYPE, XML-NODE-TYPE and/or XML-NODE-NAME attributes set
Using ADD-LIKE-FIELD() method to add fields to new dynamic temp-table
XML related attributes are not taken from original table
XML-DATATYPE, XML-NODE-TYPE and/or XML-NODE-NAME for fields in new table have the default values
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1x
CAUSE:
Bug# OE00164300
FIX:
Possible workarounds include:
1. Use the CREATE-LIKE() method to create the dynamic temp-table
2. Manually set the attributes to the required values after the dynamic temp-table is prepared