[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iDBRESULTS> Tag


 
<iDBRESULTS 
 
 
 
 
 

Usage
 

Note

[STARTROW=""]
[MAXROWS=""]
[GROUP=""]
ALIAS="alias"
NUMBERS=""       (TRUE)
>

Resolves the section of code up to /idbresults, and executes once for every row in the result set of the query as adjusted by MAXROWS and STARTROW.

The GROUP directive is not supported.  This is a very inefficient method of doing a group by, use the GROUP BY clause in the original statement.


iDBRESULTS Example
Example Source Code
Top