Defining a view to use as a buffer
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.