From JDBC
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.
|