Try OpenEdge Now
skip to main content
Java Open Clients
Passing Temp-tables as SQL ResultSet Parameters : Introduction
 

Introduction

The Java Open Client can map a static (TABLE) or dynamic (TABLE-HANDLE) temp-table parameter from an AppServer 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 Passing Parameters
Note: You can also map and pass temp-table parameters as ProDataGraph objects. For more information, see AccessingABL ProDataSets