Setting the Edit Stored Procedure Variable dialog box options (ASP.NET)
The purpose of this dialog box is to edit stored procedure parameters. You can change values as necessary.
To set the dialog box options:
- The name of the variable you are editing appears in the Name text box.
- Select the variable type from the pop-up menu.
- Enter the size of the variable.
- Select a direction from the pop-up menu.
A stored procedure might have input values, output values, or both input and output values.
- Enter a test value.
- Enter a value.
- Click the Build button to build the value.
The Build Value dialog box appears. To complete the dialog box, see Setting the Build Value dialog box options (ASP.NET).
- Click OK.
Related topics
- Setting the Stored Procedure dialog box options (ASP.NET)
- Using stored procedures to modify databases (ASP.NET)