Defining a view to use as a buffer
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Defining a view to use as a buffer
As an alternative to using the buffer proc-text-buffer defined
by ABL, you can define a view in the data source that can serve
as a buffer allowing you to retrieve database results in their original
data types. However, keep in mind that using views creates a database
dependency beyond the stored procedure itself.