CALL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Invokes a stored procedure.
Note: SQL
limits recursive invocation of a stored procedure to five levels.
Syntax
|
Parameters
- proc_name
-
The name of the procedure to invoke.
- parameter
-
Literal or variable value to pass to the procedure.
Example
This example shows an excerpt from an ODBC application that calls a stored procedure
(order_parts) using the ODBC syntax {call procedure_name
(param)}:
|