Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO CancelUpdate MethodApplies To: Fields Collection (ADO) and Recordset Object (ADO)
The CancelUpdate method is called to
cancel any pending changes made to the current record including a newly
added record. This can only be done before the Update method is
called. Afterwards is too late since the record is saved and has become
part of the database. The previous record will become the new current
record. Recordset objectThis method is used to cancel any changes made to the current record or to a newly added record. This method can only be called before the Update method of the Recordset is called. Record objectThis method is used to cancel any changes (insertions or deletions) of Field objects. Syntax
Example
|