Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO CancelBatch MethodThe CancelBatch method cancels a batch update. The Recordset must be in batch update mode when calling this method. Since you do not know what the current record will be after calling this property, you will have to move to a known record. For example, you could call the MoveFirst or MoveLast method, after a call to this method. If this method fails, the provider will not stop the execution, but it will send a warning to the Errors Collection. Syntax
There is one optional parameter.
Example
AffectEnum Values
|