Consultor Eletrônico



Kbase P127367: Foreign keys not assigned loading a Dataset from a XML
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/8/2010
Status: Unverified

SYMPTOM(s):

READ-XML method used to read a Dataset from a XML

READ-XML method returns true

Source XML has nested parent/children nodes

ProDataSet temp-tables are filled correctly

Children temp-tables don't get the primary key from their parents.

Parent node element suitable for the primary key, is put after the children nodes

FACT(s) (Environment):

OpenEdge 10.1x
All Supported Operating Systems

CAUSE:

Bug# OE00162004

FIX:

Manipulate the XML in order to move the element suitable for primary key to the first position before calling READ-XML on the desired Dataset.