Setting the Command (Stored Procedure) dialog box options
The purpose of this dialog box is to insert an ASP command object into your page.
You can use a SQL statement or a stored procedure with a command object.
- If you want to use a SQL statement with the command object, see Using ASP commands to modify a database.
- If you want to use a stored procedure with the command object, see Running a stored procedure (ASP).
Related topics
- ASP command objects
- Stored procedures