Close Connection statement - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

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