2007 Sep 04 8:24 AM
hi all
i would like to know the diff between lock modes.
1. exclusive. 2. sharing 3. excusive and cumulative.
Pl write in layman's language. no big therory.
write just 1 or 2 lines.
no coding please.
thanx
rocky
hi all
i would like to know the diff between lock modes.
1. exclusive. 2. sharing 3. excusive and cumulative.
Pl write in layman's language. no big therory.
write just 1 or 2 lines.
no coding please.
thanx
rocky
2007 Sep 04 8:32 AM
Hi..
Shared lock : is used while trying to Read the record using SELECT query. Multiple users are allowed to Create Shared lock on the same record at a time.
Exclusive Cummulative ('E') : Only one user is Allowed to Update the Record . All further lock requests on this record will be granted as shared lock.
Exclusive Cummulative ('X') : Only one user is Allowed to Update the Record . All further lock requests on this record will be REJECTED.
<b>Reward if Helpful</b>
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |