Function NnetClrCon() Foundation

Releases an existing connection number.

Syntax
NnetClrCon( <nConnectionNumber>       , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> lSuccess
Return

Returns .T. if the specified connection number could be released, otherwise .F.

Description

With each logical connection a connection number is created by the file server. This number is stored after log out and will be reused for a workstation when logging in again. However, the connection number may change when all existing connection numbers are in use. In this case a new connection number is created and assigned to the workstation. NnetClrCon() allows to release connection numbers but should be called with caution in order not to release an active connection.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.