DB query to update database records
Configure a query to update the database records.
-
On the DB query action dialog box of a form, click
Configure.
For a Data access activity, click Configure in the properties panel of the activity.
The DBQuery dialog box is displayed. -
To specify the database connection string that holds the details of the relational database, on the
Database connection list, select the global variable or click
to manually enter the connection string.
For a DAS activity, select the process or server variable or click to manually enter the connection string.
By default, the Type list displays Tables and all tables within the selected database appear on the Tables list.
-
On the
Tables list, select the table for which to update the records.
All columns within the selected table appear under Available columns.
- On the Record list, select Update. (Default: Get)
-
Select the columns and click
to move the columns from Available columns to Selected columns.
Use and on the column header to reorder the columns.
- To map the values to the selected columns, on the Value list of the column, select form control, form/global variable or field, or click and enter static value.
- For Return rows affected to, select a form control, variable (form/global) or field.
- To update multiple records in a database table, select Perform multiple updates. (Default: Clear)
-
Configure your query based on specific conditions.
For example, to update the ContactName, Address, and Phone records for the cities of London and Berlin, specify the condition as follows:
- Click .
- On the Column list, select a column, such as City(String).
- Set the Operator as equals (default).
-
For
Criteria, select a form control, variable (form/global) or field.
Select Null to keep the criteria empty.
- Set the Logic as AND.
- Click Add.
-
Click
OK.
The DB query action dialog box displays the Query.
- Click Save.