DBClose Action

Closes an open Recordset object.

Use

If an edit is in progress, the DBClose action generates an error; instead, call the DBUpdate action or DBCancelUpdate action first.

Parameters

Recordset  -  (Required)

Specifies the name of the Recordset object to close.

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