Returns the state of the RDS.DataControl object's Recordset.
Settings
The ReadyState property can have one of the following values.
Value | Description |
adcReadyStateLoaded | The RDS.DataControl object's Recordset is open but no data has been retrieved. |
adcReadyStateInteractive | The RDS.DataControl object's Recordset is still retrieving data. |
adcReadyStateComplete | The 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.
Remarks
If an error occurs during an asynchronous operation, the ReadyState value changes from adStateExecuting to adStateClosed, and the Recordset property value remains Nothing.
See Also