Try OpenEdge Now
skip to main content
DataServer for Microsoft SQL Server
RDBMS Stored Procedure Details : Interfacing with RDBMS stored procedures : Retrieving result sets using proc-text-buffer
 

Retrieving result sets using proc-text-buffer

The proc-text-buffer technique offers one approach to access results returned from a data source. The following is the partial syntax for the DEFINE BUFFER statement that you use to create a buffer with the same characteristics of the proc-text-buffer:

Syntax

DEFINE BUFFER buffer-name FOR proc-text-buffer
For a complete description, see the reference entry that discusses the DEFINE BUFFER statement in OpenEdge Development: ABL Reference.
* Technique to use proc-text-buffer
* Assessing result sets obtained from the proc-text-buffer technique