Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

GetXMLToFile

Applies To

OraDynaset

Description

Generates an XML document and writes it to a file.

Usage

oradynaset.GetXMLToFile (filename, startrow, maxrows)

Arguments
Description
filename
The file name where the XML will be written. Existing files by the same name will be overwritten.
startrow
The row identifier indicating which row to start from (see OraDynaset.RowPosition). The default value of this argument is zero (the first row).
maxrows
The maximum number of rows to retrieve (if the end of the recordset is reached, fewer rows may be returned). If this argument is omitted, then all rows will be returned.


Remarks

No return value.

The formatting of the output XML may be customized through the XML properties of the OraDynaset Object and OraField Object objects.