version 2004
PGSQL_CloseResult (resID)
| Parameter | Type | Description | |
| resID | Longint | Result ID returned by PGSQL_Execute |
Description
The PGSQL_CloseResult command closes the result set returned by PGSQL_Execute. You must use it once you no longer need to deal with a result set.
resID is a Longint that corresponds to the result ID returned by PGSQL_Execute.