From JDBC
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The JDBC call escape sequence is the same as in ODBC. For example:
|
Embed the escape sequence in a JDBC CallableStatement.prepareCall method
invocation.
The following example shows the JDBC code parallel to the ODBC code excerpt shown in the previous example.
|