Difference between revisions of "XML SCATTER()"

From Lianjapedia
Jump to: navigation, search
Line 22: Line 22:
 
[[Category:XML]]
 
[[Category:XML]]
 
[[Category:Cursor Functions]]
 
[[Category:Cursor Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 07:41, 10 December 2012

Purpose

Return the contents of a record formatted as XML

Syntax

XML_SCATTER([<expN>|<expC>])

See Also

MQCLOSE(), MQCREATE(), MQCURMSGS(), MQOPEN(), MQSEND(), MQRECEIVE(), MQUNLINK(), XML, XML_DECODE(), XML_ENCODE(), XML_GATHER()

Description

The XML_SCATTER() function returns a character string containing the contents of the current record in the current table formatted as XML. If the optional workarea number <expN> or alias name <expC> is specified, the function will operate on the table referenced.

Example

open database southwind
use shippers
cVar = xml_scatter()