Additional ProDataSet support
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Additional ProDataSet support
As demonstrated in the above example, the LOAD-RESULT-INTO functionality
provides a very fast and efficient way to populate the temp-table(s) of a ProDataSet Object.
Using the LOAD-RESULT-INTO technique with BEFORE-FILL method to fill the temp-table(s) of a ProDataSet
This example builds on the techniques demonstrated in , but the previous example shows the
ProDataSet object BEFORE-FILL procedure can be modified to provide a single
ProDataSet data access object that can be used against native OpenEdge or against Oracle and
other DataServer data sources.
|