A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.CancelBatch()

rst.CancelBatch()

Syntax

bSuccess=rst.CancelBatch(affectRecords)

Parameters

affectRecords
Optional. An Integer value that determines how many records the CancelBatch method will affect. The default value is adAffectAll. It can be one of AffectEnum values.

Returns

True (1) if function completed successfully, false (0) otherwise.

Description

Calls the CancelBatch() method of the wrapped ADODB.Recordset object. Use the CancelBatch method to cancel any pending updates in a Recordset in batch update mode. If the Recordset is in immediate update mode, calling CancelBatch without adAffectCurrent generates an error.
Not supported in ADOxtraLite version.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com