Experiment No.x
-----------------------
* Edit a record in the first transaction using ReadCommitted or ReadUncommitted

* Read data in second transaction using any IsolationLevel other than ReadUncommitted

* Result: the read in the second transaction fails due to a Timeout.


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

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

Select IsolationLevel for Transaction
 ReadCommitted
 ReadUncommitted
 RepeatableRead
 Serializable


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

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

Select IsolationLevel for Transaction
 ReadCommitted
 ReadUncommitted
 RepeatableRead
 Serializable

Expected Result of Experiment No. x
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 