DBClose Action |
Closes an open Recordset object. UseIf an edit is in progress, the DBClose action generates an error; instead, call the DBUpdate action or DBCancelUpdate action first. ParametersRecordset - (Required) Specifies the name of the Recordset object to close. 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 |
|