Forum Post: RE: Concurrent access, lock the database table?

  • Thread starter Thread starter soonhuat_81
  • Start date Start date
Status
Not open for further replies.
S

soonhuat_81

Guest
E.g select * from tblUser , it will lock the entire table. select * from tblUser where userID = "abc". How to lock the only this record instead of the entire table ?

Continue reading...
 
Status
Not open for further replies.
Back
Top