The stored procedure parameters can be edited as follows:
The following properties are set on the Parameter screen:
|
Property: |
Description: |
Value: |
|
Name |
Name of the parameter. | <Text> |
|
Type |
Parameter type. | <Alpha | Numeric | Financial | Float Double | Float Single | Signed | String | Integer | Boolean | DbsDate/Time> |
|
Length |
Maximum number of characters for the parameter, including any decimal positions. Not applicable for String, Integer or Boolean. |
<Integer> |
|
Decimals |
Number of decimals for the parameter, which is included in the Length. Not applicable for Alpha, String, Integer, DbsDate/Time or Boolean. |
<Integer>
|
|
Comment
|
Description of the parameter. | <Text> |
| Default value |
A default value to use when the stored procedure is called without the usage of parameters. |
A value of the type of the parameter. |
|
SpInOut
|
Specifies the type of parameter data : Input = data into the procedure Output = data out of the procedure Input/Output = input and output data Return = data out of the procedure, set to a value with the SQL 'RETURN' command |
<Input | Output | Input/Output | Return> |