wwXML::ADOXMLToCursor

Takes an ADO created XML recordset saved with rs.Save(<filename>,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)

Return Value

.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, 1996-2022 • Updated: 01/30/00
Comment or report problem with topic