Close OUTPUT ResultSet objects
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To close an OUTPUT ResultSet, you generally
execute the close() method on the ResultSet as appropriate for your Java Open Client. You also can close the ResultSet by executing the _release() method on the proxy objects that returned the ResultSet. Releasing the last such AppObject, SubAppObject, or ProcObject
disconnects the Open Client from the application server and closes any OUTPUT ResultSet objects it provides.