version 2004
PGSQL_Close (connID)
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by PGSQL_Connect |
Description
The PGSQL_Close command closes a regular connection session with the connection ID that was returned by the PGSQL_Connect command.
connID is a Longint that corresponds to the connection ID returned by PGSQL_Connect.