Skip Headers

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

Part Number B10119-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

GetDynaset Method

Applies To

OBinder, OAdvise

Description

This method returns the associated dynaset object by way of an ODynaset handle.

Usage

ODynaset GetDynaset(void)

Remarks

When used with OBinder, this method returns an ODynaset object corresponding to the dynaset that the OBinder object is managing. If the OBinder has not successfully executed a SQL query, this method returns a closed ODynaset object.

When used with OAdvise, this method returns the dynaset that the advisory is on. If the advisory is closed, it returns a closed dynaset.

Return Value

An ODynaset, which will be open on success, closed on failure.