SERVERCONNECTION

Specify an xfServer connection

WSupported on Windows
USupported on Unix

 

NSupported in Synergy .NET
SERVERCONNECTION:handle

handle

The memory handle (returned by %CREATE_SERVER_CONNECTION) of the connection being opened. (D_HANDLE)

The SERVERCONNECTION qualifier enables the OPEN statement to open a file on the specified xfServer connection, which has been established with %CREATE_SERVER_CONNECTION. This is an alternative to using the @server syntax.

Important

SERVERCONNECTION and @server cannot be used together on the same OPEN statement; an error will occur.

This qualifier is available only if -qrntcompat is 12010100 or higher.