J
jackson
..Net v1.1
Can someone tell me if I have ReadRepeatable IsolationLevel right?
Say I begin a transaction with ReadRepeatable. I select a row from table FRUIT. Another user tries to UPDATE the same row in table FRUIT... Are they blocked until I end the transaction?
Or their update goes thru, but if I reselect inside the transaction I wont see their update?
thx
Can someone tell me if I have ReadRepeatable IsolationLevel right?
Say I begin a transaction with ReadRepeatable. I select a row from table FRUIT. Another user tries to UPDATE the same row in table FRUIT... Are they blocked until I end the transaction?
Or their update goes thru, but if I reselect inside the transaction I wont see their update?
thx