METHOD:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Cancels execution of a pending, asynchronous method call.

 

 

 

 

PROPERTY OF:

 

 

ADODatabase

 

 

ADOQuery

 

 

ADOTable

 

 

ADOStoredProc

 

 

ADODataShape

 

 

 

 

 

SYNTAX:

 

 

<oRef>.cancel()

 

 

 

 

DESCRIPTION:

 

 

Use the cancel method to terminate execution of an asynchronous method call.

 

 

 

The cancel method must be used after an attempt to connect is initiated by calling the open or executeSQL method and before the connection has been successfully made or has timed out.