onReadyStateChange Event (RDS)

Microsoft ActiveX Data Objects (ADO)

RDS 2.5 API Reference

onReadyStateChange Event (RDS)

The onReadyStateChange event is called whenever the value of the ReadyState property changes.

Syntax

onReadyStateChange

Parameters

None.

Remarks

The ReadyState property reflects the progress of an RDS.DataControl object as it asynchronously retrieves data into its Recordset object. Use the onReadyStateChange event to monitor changes in the ReadyState property whenever they occur. This is more efficient than periodically checking the property's value.

See Also

Visual C++ Example

ADO Event Handler Summary

Applies To: DataControl Object (RDS)

© 1998-2003 Microsoft Corporation. All rights reserved.