Executing SQL Statements From a Web Page

Previous Next

See Also

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 getValue Placeholder

The getSearchValue Placeholder

The getDataSourceAlias, getThisDataSourceAlias and getMainDataSourceAlias Placeholders

The getWhereClause Placeholder

The getSelection Placeholder

The getExpression Placeholder

Host Variables

Single Quotes in Placeholders

How to Execute a SQL Statement From a Web Page