Additional ProDataSet support
- Last Updated: April 3, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Additional ProDataSet support
As previously demonstrated in the example, Using the LOAD-RESULT-INTO technique to populate the underlying Temp-Table of a ProDataSet, the LOAD-RESULT-INTO functionality provides a very fast and efficient way
to populate the temp-table(s) of a ProDataSet Object. The example that follows is a two-part
example that builds on the techniques demonstrated in the previous example.
Use the LOAD-RESULT-INTO technique with BEFORE-FILL method to fill the temp-table(s) of a ProDataSet
The example that follows 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 MS SQL Server and other DataServer data sources.
|