How to Execute a SQL Statement From a Web Page
See Also
To execute a SQL statement from a web page:
1.
First, insert the appropriate event listener object.
2.
In this event listener object, insert an
executeSQLStatement
action.
3.
Set the SQL Statement property of the
executeSQLStatement
action.
4.
Save your changes.