Trapping errors when using Load-Result-Into
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
By properly positioning the NO-ERROR in the RUN statement,
error information can also be retrieved from attempted SQL execution at the data source when
using LOAD-RESULT-INTO.
Trapping errors using LOAD-RESULT-INTO
The following example shows how errors are trapped after LOAD-RESULT-INTO
stored procedure execution.
|