version 2004
PGSQL_CreateLOB (connID; mode) Longint
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by PGSQL_Connect | |
| mode | Integer | Rights mode | |
| Function result | Longint | Error code (where 0 means no error) |
Description
The PGSQL_CreateLOB command creates an empty large object and returns its objectID. Codes for modes are as follows:
0 Read and Write
1 Read only
2 Write only
connID is a Longint that corresponds to the connection ID returned by PGSQL_Connect.
mode is an Integer that corresponds to the rights mode.