xmlGetXMLFromRS (server-side)
Use this routine to create an XML document element and populate it with record elements corresponding to all of the records in the specified ActiveX Data Object (ADO) Recordset object.
This conversion process results in an XML XMLDOMElement object containing the standard XML data record format.
Definition
xmlGetXMLFromRS(rsQuery)
Parameters
rsQuery
An ADO Recordset object, from which the records to be converted are retrieved.
Return Value
An XML XMLDOMElement object containing record elements that mirror the data in the specified ADO Recordset object.
Remarks
The conversion results in all of the data in the specified ADO recordset being represented as an XML document element (an XMLDOMElement object) containing a number of record elements (more XMLDOMElement objects).
This routine is available in the include file DBUtil.asp.
See Also
xmlGetXMLFromQuery (server-side)
xmlGetXMLFromQueryEx (server-side)