Technique to use proc-text-buffer
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Technique to use proc-text-buffer
Returning database results into the proc-text-buffer and converting the results to the INTEGER data type
This example illustrates returning database results into the
proc-text-buffer and converting the results to the
INTEGER data type.
|
The DataServer passes the PL/SQL statement directly to the Oracle data source. The ABL compiler does not process it, so errors occur only at run time and not when you compile a procedure.