_resultStyle PARAM tag



Specifies the format of each resulting data set by specifying a parameter whose name is the name of the retrieval query with "_resultStyle" appended.

Syntax

<PARAM NAME = "<retrievalsName>_resultStyle" VALUE = "resultStyle">

Values

resultStyle
Specifies the format of each resulting data set. The supported format values for this attribute are the following:

Usage

The result style may be specified on a "per retrieval" basis. This is done by putting the NAME attribute in the format of "<retrievalsName>_resultStyle" where <retrievalsName> is the name of the desired retrieval (specified initially by the "retrievals" PARAM tag) followed by a _resultStyle suffix. For example:

<PARAM NAME = "SalesRegionData_resultStyle" VALUE = "Data">

This example returns data for the SalesRegionData retrieval in the Data format (data returned as data rows with no header rows).

The data type is String.

Example
_resultStyle PARAM tag example

See also
JdbcSource applet
retrievals PARAM tag
Executing a database query