Close Connection statement - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
ft:locale
en-US
Product name
MapBasic
ft:title
MapInfo MapBasic Reference
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:32:32.686000

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:

Open Connection statement