Output ResultSet exceptions
- Last Updated: July 22, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
OpenEdge defines ProSQLException, which is
returned from all methods on an OUTPUT TABLE or TABLE-HANDLE ResultSet, including the SDOResultSet object. For
example:
|
ProSQLException adds a method, getProException(), which returns an OutputSetException.
The SDOResultSet is an interface that maps to ABL SmartDataObjects running on PAS for OpenEdge. For more information on SDOResultSet objects and how to handle exceptions for them, see Use SmartDataObjects from Java Clients.