Experiment Description
---------------------------------
This experiment demonstrates that if the operation in transaction #1 is a read, then read operations in transaction #2 will be successful regardless of the isolation levels of either transaction.

Process #1 Settings
----------------------------
Select Operation to Perform on the Local DataSet
o Read Records
  Add Record
  Edit Current Record
  Delete Current Record

Select Operating Conditions
x Perform the indicated operation inside a Transaction
x Communicate DataSet updates to back-end database

Select IsolationLevel for Transaction
(select any)
 ReadCommitted
 ReadUncommitted
 RepeatableRead
 Serializable


Process #2 Settings
----------------------------
Select Operation to Perform on the Local DataSet
o Read Records
  Add Record
  Edit Current Record
  Delete Current Record

Select Operating Conditions
x Perform the indicated operation inside a Transaction
x Communicate DataSet updates to back-end database

Select IsolationLevel for Transaction
(select any)
 ReadCommitted
 ReadUncommitted
 RepeatableRead
 Serializable

Expected Result
-----------------------
The read operation in process #2 succeeds.
