RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.RecordsetState Property

Indicates the current state of the ADO dataset component.

Pascal
property RecordsetState: TObjectStates;
C++
__property TObjectStates RecordsetState;

Read States at runtime to determine the activity being performed, if any, by the dataset component at a specific point in time. Activity status includes the dataset component connecting to a data store, executing a command, fetching rows for a recordset, sitting idle but open, and sitting idle and closed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!