Altering and Dropping Stored Procedures
From InterBase
Go Up to Working with Stored Procedures
This section describes techniques and issues for changing and deleting procedures.
Tip:
To see a list of database procedures and their dependencies, use the
To see a list of database procedures and their dependencies, use the
isql
command:SHOW PROCEDURES;
Topics
- Altering Stored Procedures
- ALTER PROCEDURE syntax
- Dropping Procedures
- Drop Procedure Syntax
- Altering and Dropping Procedures in Use