EXECUTE STATEMENT

From InterBase
Jump to: navigation, search

Go Up to Procedures and Triggers


Embedding a variation of EXECUTE STATEMENTS within a Stored Procedure.

Description: Store procedure developers can now embed three variations of EXECUTE STATEMENT within their Stored Procedures. The variations depend on the number of rows returned from the EXECUTE STATEMENT command. The variations are: No rows or data returned, One row of data returned, and Any number of data rows returned.

Topics

See Also

For information on requirements and constraints, see Requirements and Constraints (EXECUTE STATEMENT).

For information on error messages added with the function, see : “Error Codes and Messages”