Consultor Eletrônico



Kbase 18352: Export extents from Data Admin Tools fails.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/10/1998
Export extents from Data Admin Tools fails.

Title: Export extents from Data Admin Tools fails

Knowledgebase Number: 18352
Creation Date: 26-Oct-98
Modified Date:
This document applies to: Provision
Version and Release Number: 8.1A

Summary:
When exporting fields to text file through Data Admin Tools, array
fields do not get exported. There is a way to do this using 4GL.

Step by step details:
Use 'export' statement.
e.g,
If you want to export all the fields (including extent fields)
from the 'salesrep' table, the code will look like this,

OUTPUT TO salesrep.d.
FOR EACH salesrep:
EXPORT delimiter "," salesrep.
END.

References To Written Documentaion or Other Knowledgebase Documents:
1. Bug -no. 96-10-24-005
2. 'Export' statement can be found in Progress Lang. Ref manual 1 on
page 443
3. There is another kbase which shows how to export Tab delimited data
kbase no: 18277