DBUpdate Action |
Saves any changes to the current record of a Recordset object. UseUse the DBUpdate action to save any changes you make to the current record of a Recordset object since calling the DBAddNew action or since changing any field values in an existing record. The cursor position remains unchanged after calling the DBUpdate action. ParametersRecordset - (Required) Specifies the name of the Recordset object to update. 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 |
|