Try OpenEdge Now
skip to main content
ProDataSets
Advanced Read Operations : Caching data using a ProDataSet
 

Caching data using a ProDataSet

This section explores a number of different ProDataSet capabilities that you can take advantage of in your applications. It uses the code table ProDataSet and data access support procedure you wrote in the last few chapters. The general theme to this chapter is providing a variety of views of the same data, retrieving and calculating it once, and then responding to different kinds of requests for subsets or other reuse of the data.
* Using a subset of the tables in a ProDataSet
* Summary of caching data using a ProDataSet