version 2004
PGSQL_SetLOBData (connID; objectID; lobData) Longint
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by PGSQL_Connect | |
| objectID | Longint | Large object reference | |
| lobData | Blob | Inserted Blob | |
| Function result | Longint | Error code (where 0 means no error) |
Description
The PGSQL_SetLOBData command sets the lobData (4D Blob) into the Large Object referenced by objectID. 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.
lobData is a Blob that contains the Blob to set.