Oracle Objects for OLE C++ Class Library
Release 9.2

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

Master Index

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.


 
Oracle
Copyright © 1998, 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