Try OpenEdge Now
skip to main content
ABL Essentials
Defining and Using Temp-tables : Summary
 

Summary

In this chapter you have learned:
*How to define temp-tables that create result sets that do not correspond to a single database table, how to pass them as parameters, and how to display their data
*How these temp-table parameters can help you separate out the data access and business logic of your application from the user interface procedures, in preparation for building distributed enterprise applications with ABL