connection.close

Description

The close method procedure of the connection object type is used to close an open connection to a database engine.

Example

For example, if conn is a connection object reference with an open connection to a database engine then the following:

   conn.close;

will close the connection.

Portability

Operating Systems: All
Standard Pascal: No