TABLE_STYLE

<< Click to Display Table of Contents >>

Navigation:  Scripts (Batch Interface) > Syntax > Statements >

TABLE_STYLE

Previous pageReturn to chapter overviewNext page

Allows you to choose the style of the HTML table. In RECORD style the table has only two columns where the first one contains the column name and the second one the value. Columns of the result set are written each one on a new line. In NORMAL style the standard table format is created (whole record per line).

 

table_style=NORMAL|RECORD