State Property (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

State Property

Indicates the current state of the cellset.

Return Values

Returns a Long integer indicating the current condition of the Cellset object and is read-only. The following values are valid: adStateClosed (0) and adStateOpen (1).

Remarks

To use the ObjectStateEnum constant names, you must have the ADO type library referenced in your project. See Using ADO with ADO MD for more information.

See Also

Close Method | Open Method

Applies To: Cellset Object

© 1998-2003 Microsoft Corporation. All rights reserved.