Fields can be defined for stored procedures. These are fields that are returned by any SELECT statements in the stored procedures.
Currently, fields are only supported for MSSQL and DB2 databases.
To edit stored procedure fields:
You can set the following properties on the Fields screen:
|
Property: |
Description: |
Value: |
|---|---|---|
|
Name |
The name of the field. The name must match the name of the result set column. | <Text> |
|
Type |
Field type. | <Alpha | Boolean | Financial | Integer | Numeric | Signed | String> |
|
Length |
Maximum number of characters for the field, including any decimal positions. This setting doesn't apply to String, Integer, or Boolean types. |
<Integer> |
|
Decimals |
The number of decimal places for the field, which is included in the Length value. This setting doesn't apply to Alpha, String, Integer, or Boolean types. | <Integer> |
| Array |
Array dimensions. Up to 6 dimensions can be specified, separated by commas. |
<[Integer], [Integer], ..]> |
| Inherits from |
The name of the dictionary item from which the field properties are inherited. |
<Dictionary item name> |
|
Comments |
Description of the field. | <Text> |
| Encrypted |
Select True if the field values are stored encrypted in the runtime database. |
<True>/<False> |