Experiment Description
---------------------------------

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

Experiment Conclusions
----------------------------------
