Up: Chapter 14

14.1 Problem

What I’m trying is:
1. query the SQL server via DB.runQuery()
2. put the result (multiple, rows and columns) into a Table structure like this:
<table>
  <thead>
    <tr><th></th></tr>
  </thead>
  <tbody>
  <tr><td></td></tr>
  </tbody>
</table>
Up: Chapter 14

(C) 2012 David Pollak