<sql:query var="TableRow" dataSource="jdbc/db">
SELECT * from table1;
</sql:query>
How to display the names of columns in table1
table? I know how to access the individual rows using Tablerow.rowsByIndex, but don't know how to display the column names themselves.