Consultor Eletrônico



Kbase P127597: 4GL/ABL: OpenAPI: Array fields fail to load into .NET Dataset from XML file.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/10/2008
Status: Unverified

SYMPTOM(s):

4GL/ABL: OpenAPI: Array fields fail to load into .NET Dataset from XML file.

The XML file is generated using by the WRITE-XML method operating on an OpenEdge ProDataSet.

Array field names are mistaken for table names when loading an XML file into .NET Dataset.

FACT(s) (Environment):

Windows
OpenEdge 10.1x

CAUSE:

The .NET has no notion of array fields in its dataset, so it interpret them as child tables.

FIX:

Do not load XML file with array fields into a .NET Dataset because the .NET dataset has no notion of array fields and erroneously interprets these as table names.