Executing SQL Statements From a Web Page |
You can execute customized SQL statements from a web page by using the executeSQLStatement action, for example when clicking a button. This SQL statement can also refer to values in the current web page by using placeholders. Related Topics: Placeholders in SQL Statements The getSearchValue Placeholder The getDataSourceAlias, getThisDataSourceAlias and getMainDataSourceAlias Placeholders The getWhereClause Placeholder How to Execute a SQL Statement From a Web Page
|