-
Intro to transactions
In Ninox, all actions are performed as transactions. In doing so, a sequence of database operations is summarized in a transaction. We distinguish 2 types of transactions in Ninox:…
-
Read transactions
To find specific records in a table using a filter, Ninox searches the table for records that match the filter. During this process Ninox only "reads" the table in order to display the records that…
-
Write transactions
When you change data within an action, this is referred to as a write transaction. Examples of write transactions The input or modification of data Single statements of a script that change data, e.g.…
-
Execution context
Ninox executes transactions either in the client or on server On one hand, which transaction is executed on server or in the client depends on its type (read or write).…
-
do as database ... end
The Ninox 3.10 release introduces a transformative feature to enhance your experience: the do as database ... end transaction
do as database ... end is available for Private Cloud and On-Premises.…