Example ObjectRepository beginTransaction 001
|
The beginTransaction function opens the objectRepository
and mark the beginning of transactions.
Notes and Hints Warning: Two different ObjectRepository objects, in the same task, cannot open a
transaction concurrently. Two different ObjectRepository objects, in different tasks,
may open concurrent transactions, but the late task will be kept inactive until the early
task has either aborted or committed the transaction.
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Here are examples of the beginTransaction function at work.
ObjectRepository beginTransaction 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
abortTransaction(#void) | commitTransaction(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
ObjectRepository
Analytic Information Server (AIS)AIS Component Systems
|