Using the OpenEdge-supplied proc-text-buffer for row results
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This technique:
- Allows you to access result sets available through a pseudo table for which each row is a long character string
- Requires you to parse each long string to access specific fields
The proc-text-buffer is part of the schema holder, making this result set
option independent of the foreign data source.