ADO Annuleringsmethode _


❮Volledige Stream Object Referentie

De methode Annuleren annuleert een uitvoering van een methodeaanroep.

De methode Annuleren annuleert verschillende taken voor elk object. De onderstaande tabel laat zien welke taak wordt geannuleerd wanneer deze methode wordt aangeroepen:

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

Syntaxis

object.Cancel

❮Volledige Stream Object Referentie