Connection.SQLTable() (Method)

Create an HTML table as a result of a SQL query on the database.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
Property/method value type:String primitive
JavaScript syntax:NESmyConnection.SQLTable(someSQL)
Argument list:someSQLA string containing valid SQL for the database

The argument to this method is a database query that is expected to yield some rows and columns. These are then reformatted with the requisite HTML tags to form a table.

The table is likely to be fairly generic in appearance so you may need to modify the HTML that is returned or perhaps you could use style sheets to control its appearance.