Skip to content

cDataSet.SaveAsXML

Brendon edited this page Mar 17, 2024 · 1 revision

SaveAsXML

returns boolean

accepts (strFileName as String)

This function creates a valid XML file out of the data contained within the cDataSet object. It references the cDataSet.XML property to obtain the objects XML, and saves the file, returning true to indicate the save was successful.

See Also: cDataSet.LoadXML

Clone this wiki locally