| SaveXML Method | |
| See Also |
- FileName
Specifies the path and file name of the XML data.
Saves the query data to an XML file or a string.
For more information, see Exchanging Data Using the DI API XML Capabilities.
| Visual Basic |
|---|
Public Sub SaveXML( _
   ByRef FileName As String _
) |
- FileName
Specifies the path and file name of the XML data.
The XML file that is created by the Recordset object can be read by any XML parser but not by the DI API.
See Recordset sample.