The close method procedure of the connection object type is used to close an open connection to a database engine.
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.
Operating Systems: All
Standard Pascal: No