<dbclose>

Purpose The <dbclose> statement is used to close a created connection to a database. This first implementation of the Superx++ run-time engine for Microsoft Windows uses an ODBC connection for this.
Format <dbclose name="{conn name}" />
{conn name} the name of the connection object to be closed
Example #1 <dbclose name="MyDbConn" />

closes a database connection called MyDbConn that was created using the <dbconnect> statement.