PGSQL_IsBinaryTuples

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

version 2004


PGSQL_IsBinaryTuples (resID; isBinary) Longint

ParameterTypeDescription
resIDLongintResult ID returned by PGSQL_Execute
isBinaryIntegerBinary or ASCII data
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_IsBinaryTuples command returns 1 in the isBinary parameter if the result set contains binary tuple data and 0 if it contains ASCII data. 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.

isBinary is an Integer that is returned which corresponds to the Binary or ASCII data (binary = 1, Ascii = 0).


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