Consultor Eletrônico



Kbase P101181: Is there any method available to serialize a dynamic temp-table or prodataset in OpenEdge 10 ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/08/2006
Status: Unverified

GOAL:

Is there any method to SERIALIZE a dynamic TEMP-TABLE or ProDataSet

GOAL:

How to serialize a ProDataSet

FACT(s) (Environment):

OpenEdge 10.0x
OpenEdge 10.1x

FIX:

In 10.1A there will be 4GL support available to allow serializing a temp-table or ProDataSet to XML.

There is no such thing in OpenEdge 10.0x. For those releases, consider using vanilla EXPORT or PUT statements to write the information to a file and save that file as a LOB, or write logic to manually serialize the data into LONGCHAR variables.