ADO Cancel Method
Complete Recordset Object Reference
The Cancel method cancels an execution of a method call.
The Cancel method cancels different tasks for each object. The table below shows what task is
cancelled when this method is called:
| Object |
Cancelled task |
| Command |
Execute.
Note: The Options parameter of the Execute method must be set to
adAsyncExecute or adAsyncFetch, before the Cancel method is called,
otherwise a run-time error will occur
|
| Connection |
Execute or Open.
Note: The Options parameter of the Open method must be set to adSyncConnect, or
the Options parameter of the Execute method be set to adAsyncExecute or adAsyncFetch,
before the Cancel method is called, otherwise a run-time error will occur
|
| Record |
CopyRecord, DeleteRecord, MoveRecord, or Open
Note: The Options parameter of the Execute method must be set to
adAsyncExecute or adAsyncFetch, before the Cancel method is called,
otherwise a run-time error will occur
|
| Recordset |
Open
|
| Stream |
Open
|
Syntax
Complete Recordset Object Reference
Learn XML with <oXygen/> XML Editor - Free Trial!
 |
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|