
If you have an XML string or document you may use it to open an ActiveX Data Objects (ADO) recordset. You can do this by using the Microsoft ADO 2.5 Stream object and the new XML integration features in ADO. This article describes the mechanism required to load the following into an ADO 2.5 recordset: A string containing XML. -and- An XML DOM Document instance....
|