SERVERCONNECTION
Specify an xfServer connection
WSupported on Windows
|
USupported on Unix
|
|
NSupported in Synergy .NET
|
SERVERCONNECTION:handle
Arguments
handle
The memory handle (returned by %CREATE_SERVER_CONNECTION) of the connection being opened. (D_HANDLE)
Discussion
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.
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.
See also
- OPEN statement
- %CREATE_SERVER_CONNECTION routine
- %DESTROY_SERVER_CONNECTION routine
- How your application accesses files