Try OpenEdge Now
DataServer for Microsoft SQL Server
RDBMS Stored Procedure Details
:
Data output and retrieval options
:
Results retrieved from a database
:
Using the OpenEdge-supplied proc-text-buffer for row results
Using the OpenEdge-supplied proc-text-buffer for row results
This technique:
Allows you to access result sets available through a pseudo table for which each row is a long character string
Requires you to parse each long string to access specific fields
The
proc-text-buffer
is part of the schema holder, making this result set option independent of the foreign data source.