AdoCommand:State Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:State Access

Previous pageReturn to chapter overviewNext page

Purpose

Is the object open or closed.

 

Prototype

 

ACCESS State AS LONG

 

 

Data Type

 

LONG        Value of AdoObjectState Enum

 

Note

 

The object's State property can have a combination of values. For example, if a statement is executing, this property will have a combined value of adStateOpen and adStateExecuting.

 

See Also

 

AdoCommand, AdoObjectStateEnum, AdoConnection:State, AdoRecordset:State