setTempTable procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
setTempTable procedure
Sets the TempTableMessage.
Syntax
|
Applies to
Message objects
Notes
- The handle parameter must be a handle to a valid TempTable.
- The schema parameters specify the schema information and are passed
directly to the
WRITE-XMLmethod. Specifying anUnknown value (?)for any of the schema parameters will result in the use of the default value for that parameter. - The
TempTableMessageis converted to anXMLMessageusing theWRITE-XMLmethod and setLongText procedure.
See also
createTempTableMessage procedure, setTempTable procedure, getTempTable function
For more information, see the TempTableMessage.