AMT Help Files

Parameters

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 | Signed | String | Integer | Boolean>

Length

Maximum number of characters for the parameter, including any decimal positions. Not applicable for String, Integer or Boolean.

String parameters always have a maximum size of 2000 kb.  

<Integer>

Decimals

Number of decimals for the parameter, which is included in the Length.

Not applicable for Alpha, String, Integer or Boolean.
<Integer>

 

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.

Comment

 

Description of the parameter. <Text>

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>