You are on page 1of 1

adXactCursorStability - Allows reading only committed changes in other transactions

(default value).
adXactBrowse - Allows reading uncommitted changes in other transactions.
adXactChaos - The transaction won�t overwrite changes made to transaction(s) at a
higher isolation level.
adXactIsolated - All transactions are independent of (isolated from) other
transactions.

adXactReadCommitted - Same as adXactCursorStability.


adXactReadUncommitted - Same as adXactBrowse.
adXactRepeatableRead - Prohibits reading changes in other transactions.
adXactSerializable - Same as adXactIsolated.
adXactUnspecified - The transaction level of the provider can�t be determined.

You might also like