ADO - kanselleermetode


❮ Voltooi rekordstel-objekverwysing

Die Kanselleer-metode kanselleer 'n uitvoering van 'n metode-oproep.

Die Kanselleer-metode kanselleer verskillende take vir elke voorwerp. Die tabel hieronder wys watter taak gekanselleer word wanneer hierdie metode genoem word:

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

Sintaksis

object.Cancel

❮ Voltooi rekordstel-objekverwysing