Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » Context-Sensitive Help » SQL Anywhere plug-in help » SQL Anywhere properties windows

 

Remote Procedure Properties window: Parameters tab

This tab has the following components:

  • This remote procedure has the following parameters:   Displays the name, ID, data type, parameter type, and mode of the remote procedure's parameters. The mode has one of the following values:

    • In   The parameter is an expression that provides a value to the procedure.

    • Out   The parameter is a variable that could be given a value by the procedure.

    • In/out   The parameter is a variable that provides a value to the procedure, and could be given a new value by the remote procedure.

 See also