📚 SAP Business One SDK Help

SaveXML Method
See Also 
FileName

Specifies the path and file name of the XML data.

Description

Saves the query data to an XML file or a string.

For more information, see Exchanging Data Using the DI API XML Capabilities.

Syntax

Visual Basic
Public Sub SaveXML( _
   ByRef FileName As String _
) 

Parameters

FileName

Specifies the path and file name of the XML data.

Remarks

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.

See Also