Returned Type:
XmlDocument
Returns an XML Document with the following structure:
<?xml version="1.0" encoding="utf-8" ?>
<furesult>
<message><![CDATA[ OK ]]></message>
<schema table="Tracks">
... schema in XML ...
</schema>
<Tracks>
... recordset in XML ...
</Tracks>
</furesult>
Where
- <message> contains OK or Error description
- <schema> table schema in XML format (present only if schema parameter is set to 1 (one) or 2 (two)
- <Tracks> this tag has the table name (in this example is “Tracks” but if the table is different, for instance “Actions” this tag will be <Actions>)