AdoRecordSet:State

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:State

Previous pageReturn to chapter overviewNext page

Purpose

Is the object open or closed.

 

Prototype

ACCESS State AS LONG 

 

Return

LONG        Value of AdoObjectState Enum

 

Note

 

The object's State property can have a combination of values. If a recordset is fetching rows this property will have a combined value of adStateOpen and adStateFetching.

 

See Also

 

AdoRecordSet, AdoObjectStateEnum, AdoCommand:State, AdoRecordset:State