Closes a database connection.

Syntax

This method is called implicitly by the Database object.

Property of

Database

Description

The close( ) method closes the database connection. It is called implicitly when you set the Database object’s active property to false. In typical usage, you do not call this method directly.

Advanced applications may override the definition of this method to perform supplementary actions when closing the database connection. Custom data drivers must define this method to perform the appropriate actions to close their database connection.