database.execute() (Method)

Executes the SQL passed in the argument.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:Number primitive
JavaScript syntax:NESdatabase.execute(someSQL)
Argument list:someSQLA fragment of valid SQL for the database

This method cannot return an answer set. It does return a status code indicating how successfully it managed the query.

Refer to the Status Code topic for a list of the status code values that are returned by this method.

Warnings:

See also:Status code