/
xpxStartTransaction
xpxStartTransaction
FUNCTION xpxStartTransaction () status : INTEGER;
The xpxStartTransaction function start (open) a new transaction. All updates to an EDMdatabase in an open transaction will not be made persistent before all open transaction is committed and closed by either the xpxCommitTransaction or the xpxCommitAllTransactions operations. All updates to an EDMdatabase in an open transaction will be undone when the open transaction is aborted and closed by either the xpxAbortTransaction or xpxAbortAllTransactions operations. Transactions can be nested.
Arguments
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpxAbortTransaction
xpxAbortTransaction
More like this
xpxStartModelsWriteTransactionIfNotStarted
xpxStartModelsWriteTransactionIfNotStarted
More like this
xpxStartModelsWriteTransaction
xpxStartModelsWriteTransaction
More like this
xpxGetTransactionState
xpxGetTransactionState
More like this
xpxProtectedDataAggrOperations
xpxProtectedDataAggrOperations
More like this
edmiStartTransaction
edmiStartTransaction
More like this