RDS API Reference

Cancel Method Example (VBScript)

The following example shows how to read the Cancel method at run time.

<!-- BeginCancelVBS -->
<Script Language="VBScript">
<!--
Sub cmdCancelAsync
   ' Terminates currently running AsyncExecute,
   ' ReadyState property set to adcReadyStateLoaded,
   ' Recordset set to Nothing
  ADC.Cancel
End Sub
-->
</Script>
<!-- EndCancelVBS -->

See Also

Cancel Method