Connection.execute() (Method)

Execute some SQL on the database.

Availability:

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

The SQL to be executed on the database is passed as an argument to this method.