ProcResult
Register a result set variable for a stored procedure.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The variable name to place the result set in. | |
|
|
| The index of the resultset to access. Required if there is more than one ProcResult component. | |
|
|
| The maximum number of rows to fetch per resultset. |
|
Examples
Last updated