Cancel Method (ADO)
Cancels execution of a pending asynchronous method call.
Use the Cancel method to terminate execution of an asynchronous method call: that is, a method invoked with the adAsyncConnect, adAsyncExecute, or adAsyncFetch option.
The following table shows what task is terminated when you use the Cancel method on a particular type of object.
|
If object is a |
The last asynchronous call to this method is terminated |
|---|---|
|
CopyRecord, DeleteRecord, MoveRecord, or Open |
|
