wwXML::ADOXMLToCursor

Takes an ADO created XML recordset saved with rs.Save(,1) and converts it into a VFP cursor. This operation can be slow due to pure XMLDOM usage to parse the XML.

o.ADOXMLToCursor(lcXML,lcCursor)

.T. or .F.

Parameters

lvXML
String: Input of the XML string provided Object: XML DOM object.

lcCursor
Name of the cursor to write the data to.

Remarks

Current version requires that the cursor exists before importing occurs -

See also

Class wwXML (High Level Methods)

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic