For the complete documentation index, see llms.txt. This page is also available as Markdown.

EXECUTE

Executes a statement for a data connector.

Syntax

EXECUTE(executeString)

  • executeString - statement which is sent to the database - Value type: text

Return

The function returns a range, which contains the response of the data connector to the executeString.

Remarks

  • This function can only be executed by a widget which has a database connection assigned (e.g. a button widget)

  • The query string could contain INSERT, UPDATE, DELETE and EXEC statements.

Last updated