Skip to main content

Run Non Query

Runs a database command that doesn't return any data, such as INSERT, UPDATE, DELETE, CREATE TABLE, etc.

Category: Database Operations · Group: Database · Activity name: RunNonQuery

The RunNonQuery activity in the designer

Example

RunNonQuery("<db>", "<query>")

Inputs

NameTypeRequiredDefaultDescription
Database variablereferenceYesThe name of the variable where the database connection was stored.
QuerystringYesThe query to be processed.