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.