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


 
<iDBQUERY
 
 
 
 
 
 
 
 

Usage

[DBNAME="datasource name"]    (from registry)
[LOGIN=" uid/pword "]     (from registry)
SQL="sql statement"
OUTPUT="output statement"
ALIAS="alias" 
[TIMEOUT="# seconds "]     (0 means infinite)
[MAXROWS="max number of rows to return"] (0 means all)
[ESC="<true | false>"]     (true)
>

This sets up a query for the above and dbloop. It actually executes the statement, then the others do fetches for the whole thing at once.


iDBQUERY Example
Example Source Code
Top