company logo

DBObjectHandle :: GetReadTransactionLevel - Read transaction level

The function returns the current nesting level of read transactions. Read transactions are usually created by the system. When being created by the application, the application has to close read transactions properly. Otherwise, events are not submitted anymore and the application may react in an unexpected way.

Return value:  Transaction level ( int16  )

The transaction level is usually 1.For nested transaction it corresponds to the nesting level.

Implementation details

int16 DBObjectHandle  :: GetReadTransactionLevel (  )