Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

GetXML

Applies to

OraDynaset

Description

Generates an XML document based on the contents of the dynaset.

Usage

XMLstring = oradynaset.GetXML(startrow, maxrows)

Arguments
Description
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 retreive (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

This method returns a string containing the XML document.

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


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback