From ODBC
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
From ODBC, applications use the syntax in the following ODBC call escape sequence:
Syntax
|
Use parameter markers (question marks used as placeholders) for input or output parameters to the procedure. You can also use literal values for input parameters only. OpenEdge stored procedures do not support return values in the ODBC escape sequence.
Embed the escape sequence in an ODBC SQLExecDirect call
to execute the procedure.
Example: Stored procedure passing a single output parameter
The following example shows a call to a stored procedure named order_parts that
passes a single input parameter using a parameter marker.
|