Previous Topic: Supporting Searches of Unlimited SizeNext Topic: Stored Procedure


Search Definition

A special parameter is required to control the operation of the iConsole and the stored procedure. This is done using the reserved parameter $CONTROL which should be defined as a constant choice with a value of 0, for example,

<parameter name="$CONTROL" type="choice" constant="true" argpos="6" value="0"/>

The iConsole will use this parameter to re-run the search to request the total record count or the unlimited results set.