Introduction
- Last Updated: January 16, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The Java Open Client can map a static (TABLE)
or dynamic (TABLE-HANDLE) temp-table parameter from an
application server application service as an SQL ResultSet
parameter. The Open Client uses the same Java class to map both static and dynamic temp-table
parameters. For more information on static and dynamic temp-tables, see Pass Parameters
Note: This mechanism is considered legacy and the preferred approach
is to use the
ProDataGraph mechanism. For more information on mapping and
passing temp-table parameters as ProDataGraph objects, see
Access ABL ProDataSets.