version 2004
PGSQL_GetLastConnError (connID) Longint
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by PGSQL_Connect | |
| Function result | Longint | Last connection error message |
Description
The PGSQL_GetLastConnError command returns the last connection error message (String).
connID is a Longint that corresponds to the connection ID returned by PGSQL_Connect.