Product Home
DTM DB event Online Documentation Prev Page Prev Page
General
Product Profile
Event
Project Properties
Execution Console
Command Line
Connections
Settings
Tips and Solutions
Event Properties
Connection
Definition
Delays and Intervals
Condition
Action
Information
Support
License
Demo and Full versions
Install
How to buy
Upgrade
Uninstall
Products
Glossary

Event Action

The software supports four types of action. They are:
  • No action.
  • Execute SQL statement against same or another database.
  • Execute external program
  • Write record to ERROR.LOG or custom log

Note: you can use $VALUE$ macro with "write log" and "SQL" action. This value depends on event type:

  1. SQL event: It is the first value of the first row retrieved by SQL statement specified in the event definition.
  2. File access event: file size if the file exists or empty string otherwise.
  3. Performance counter event: counter value in text format.

Action that checked as "Terminate event" stops current event after execution. This option is useful if the user want to execute action only once.

Action that checked as "Terminate project" stops all events of the project after execution.

Event properties: action options