version 2004
PGSQL_RemoveLOB (connID; objectID) Longint
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by PGSQL_Connect | |
| objectID | Longint | Large object reference | |
| Function result | Longint | Error code (where 0 means no error) |
Description
The PGSQL_RemoveLOB command removes the Large Object referenced by objectID from the Large Objects System Table. It returns an error code (Longint) where 0 means no error.
connID is a Longint that corresponds to the connection ID returned by PGSQL_Connect.
objectID is a Longint that corresponds to the large object reference.