DBDisconnect Action

Disconnects from a data source.

Use

The DBDisconnect action also closes any active Recordset objects associated with the connection. Disconnecting while a transaction is in progress generates an error.

Parameters

Connection  -  (Required)

Specifies the name of the Connection object to be disconnected.

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