Microsoft Remote Data ServiceMicrosoft Remote Data Service*
*Contents  *Index  *Topic Contents

ReadyState Property

Returns the state of the RDS.DataControl object's Recordset.

Settings

The ReadyState property can have one of the following values.
ValueDescription
adcReadyStateLoadedThe RDS.DataControl object's Recordset is open but no data has been retrieved.
adcReadyStateInteractiveThe RDS.DataControl object's Recordset is still retrieving data.
adcReadyStateCompleteThe RDS.DataControl object's Recordset has completed retrieving data.

Note Each client-side executable file that uses these constants must provide declarations for them. You can cut and paste the constant declarations you want from the file adcvbs.inc, located in the C:\Program Files\Common Files\System\MSADC folder.

Applies To

RDS.DataControl

Remarks

If an error occurs during an asynchronous operation, the ReadyState value changes from adStateExecuting to adStateClosed, and the Recordset property value remains Nothing.

Example

See Also

Asynchronous Population, Cancel Method, ExecuteOptions Property


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.