PGSQL_GetFieldCount

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

version 2004


PGSQL_GetFieldCount (resID; fieldCount) Longint

ParameterTypeDescription
resIDLongintResult ID returned by PGSQL_Execute
fieldCountIntegerNumber of fields in the result
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetFieldCount command gives the number of fields that are found in the result set returned by PGSQL_Execute. It returns an error code (Longint) where 0 means no error.

resID is a Longint that corresponds to the result ID returned by PGSQL_Execute.

fieldCount is an integer that corresponds to the number of fields in the result.


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