Purpose
Closes a connection opened with the Open Connection statement. You can issue this statement from the MapBasic window in MapInfo Pro.
Syntax
Close Connection connection_handle
connection_handle is an integer expression representing the value returned from the Open Connection statement.
Description
The Close Connection statement closes the specified connection using the connection handle that is returned from an Open Connection statement. Any service specific properties associated with the connection are lost.
See Also: