CALL
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- 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)}:
|