PGSQL_CloseResult

4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next

version 2004


PGSQL_CloseResult (resID)

ParameterTypeDescription
resIDLongintResult 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.


4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next