DBUpdate Action

Saves any changes to the current record of a Recordset object.

Use

Use 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.

Parameters

Recordset  -  (Required)

Specifies the name of the Recordset object to update.

See Also

DBConnect 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