DBCancelUpdate Action |
Cancels any changes made to the current or new record in a Recordset object. UseYou cannot cancel changes to the current record or a new record after you call the DBUpdate action, unless the changes are part of a transaction that you can roll back with the DBRollbackTrans action. If you are adding a new record when you call the DBCancelUpdate action, the current record becomes the record that was current before the DBAddNew action. If you are in edit mode and want to move off the current record (for example, with DBMove or DBSeek), you can use DBCancelUpdate to cancel any pending changes. ParametersRecordset - (Required) Specifies the name of the Recordset object for which updates should be canceled. See AlsoDBConnect Action | DBDisconnect Action | DBOpen Action | DBClose Action | DBFind Action | DBMove Action | DBAddNew Action | DBBeginTrans Action | DBCancelUpdate Action | DBCommitTrans Action | DBDelete Action | DBRollbackTrans Action | DBSeek Action | DBUpdate Action |
© 2004-2021 looksoftware. All rights reserved.
|