PGSQL_ExportLOB

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

version 2004


PGSQL_ExportLOB (connID; filePath; objectID) Longint

ParameterTypeDescription
connIDLongintConnection ID returned by PGSQL_Connect
filePathStringFile path of the doc you want to import
objectIDLongintLarge object reference
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_ExportLOB command exports the binary data referenced by objectID in the file indicated by filePath. 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.

filePath is a String that corresponds to the file path of the doc you want to import.

objectID is a Longint that corresponds to the large object reference.


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