Consultor Eletrônico



Kbase P116333: Is it possible to save a temp-table directly to a memptr as binary data?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/05/2006
Status: Unverified

GOAL:

Is it possible to save a temp-table directly to a memptr as binary data?

FACT(s) (Environment):

OpenEdge 10.1A

FIX:

It is not possible to directly save a temp-table to a memptr variable ad binary data. However, it is possible to save a temp-table (both the temp-tables schema and data) to an xml document and this xml document can be located in either a file, a stream, a memptr, an xml document handle or a longchar variable.

Please refer to the following methods in the online documentation:

- WRITE-XML
- WRITE-XMLSCHEMA
- READ-XML
- READ-XMLSCHEMA