BOOL IsOpen( ) const;
Return Value
Nonzero if the recordset object’s Open or Requery member function has previously been called and the recordset has not been closed; otherwise 0.
Remarks
Call this member function to determine if the recordset is open.
For more information about creating recordsets, see the article DAO Recordset: Creating Recordsets in Visual C++ Programmer's Guide.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::Open, CDaoRecordset::Close