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


 
<iDBTABLE
 
 
 
 
 
 
 

Usage
 

Note

[FIRST="first row"]      (first record)
[MAX="maximum row"]      (all)
[COLSPACING=""]       (2)
[HEADERS="<true | false>"]     (true)
[BORDER="<true | false>"]     (true)
ALIAS=""
NUMBERS=""       (TRUE)
>

This makes an html table with the query results (uses the dbcolumn tags to make columns in the table). The table created is in html3.0 format.  Used in conjunction with the iDBCOLUMN tag.

ALIAS is optional


iDBTABLE Example
Example Source Code
Top