EXECUTE SQL statement
Description
Executes the previously declared procedure identified by ProcedureName.
Syntax
|
1 |
EXECUTE <span>ProcedureName</span>; |
|
Parameter |
Description |
|---|---|
|
ProcedureName |
The name assigned in the DECLARE statement |
Usage
The USING TransactionObject clause is not
allowed with EXECUTE; the transaction object
was specified in the statement that declared the procedure.
Error handling
It is good practice to test the success/failure code
after executing an EXECUTE statement.
Examples
This statement executes the stored procedure Emp_proc:
|
1 |
EXECUTE Emp_proc ; |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest