Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

SetXMLRowsetTag (ODynaset) Method

Applies To

ODynaset

Description

Sets the tag name that replaces the rowset tag <ROWSET> in the rendering of XML that occurs when
GetXML or GetXMLToFile methods are called.

Usage

void SetXMLRowsetTag(const char *rowsettag) const throw(
OException)

Remarks

The default value for this property is ROWSET. This tag is the root unless schema metadata is requested with the document.


 
Oracle
Copyright © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents