Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) B14308-01 |
|
Applies To
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.