ODBCDisconnect is available since version 1.0.
Prototype:
boolean ODBCDisconnect([number connectionID])
Parameters
connectionID
the ID identifying the connection as returned by
ODBCDriverConnect or
ODBCConnect. If this parameter is missing, this will affect the first connection
Description:
Disconnects a previously connected driver.
Return value:
Returns true if succeeded, false if failed.