USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Add an XML data item to the data island using inline XML
Adds an XML data item to the output data island using the XML string provided directly as argument 4. Requires at least 5 arguments; subjectid must be numeric. The bTag flag controls whether field names are tagged (true) or kept as raw database column names (false).
| Parameter | Description |
|---|---|
| cmd | item key |
| Argument 0 | type |
| Argument 1 | subjectid (numeric) |
| Argument 2 | tablename |
| Argument 3 | querystring |
| Argument 4 | xml |
| Argument 5 | Boolean to signal whether to Tag the fields or keep the original database field names |
Data.AddXml "item key", "type", "subjectid (numeric)", "tablename", "querystring", "xml", "Boolean to signal whether to Tag the fields or keep the original database field names"