Defining a view to use as a buffer
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.