database.SQLTable() (Method)

Creates an HTML table based on the results of the SQL query provided in the argument.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:String primitive
JavaScript syntax:NESdatabase.SQLTable(someSQL)
Argument list:someSQLA valid SQL query for the connected database

The select statement is passed to the database and the results are returned to the caller as a series of records formatted to appear as an HTML table.