Specifies that READ_WRITE transactions not write previously
    updated copies of records they modify to the snapshot file unless
    a READ_ONLY transaction is already active. READ_ONLY transactions
    that attempt to start after an active READ_WRITE transaction
    must wait for all active READ_WRITE users to complete their
    transactions. With snapshots enabled, users or applications can
    read from either the snapshot file or the database file itself.