version 2004
PGSQL_IsBinaryTuples (resID; isBinary) Longint
| Parameter | Type | Description | |
| resID | Longint | Result ID returned by PGSQL_Execute | |
| isBinary | Integer | Binary or ASCII data | |
| Function result | Longint | Error 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).