Guide Section: Processing Object Data
EASAP Tree:
DATA PROCESSING / EVENT PROCESSING → ACTION → DATABASE ACTION / PROCESSES → DATABASE ACTION
DATABASE requires a database be configured on the EASA Server by an Administrator, see Connect to an external database.
While it's is possible to configure DATABASE→READ under a DATA PROCESSING, this should never be used in practice → the EASAP will constantly generate database reads at an enormous performance penalty.
![]() |
|
---|---|
Essential Parameters: | |
Database Name: | name of an existing, configured database connection |
Optional Parameters: | |
Transactions: | allow a sequence of SQL statements to be executed and committed if no errors occurred. default→ false, true |
Keep Connection: | if true do not close connections for Child READ or WRITE objects until a mandatory (!) final CLOSE CONNECTION default→false |