sql rowlock on select statement

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-04-20T09:43:31Z Indexed on 2010/04/20 9:53 UTC
Read the original article Hit count: 234

Filed under:

I have an ASP.Net webpage where the user selects a row for editing. I want to use the row lock on that row and once the user finishes the editing and updates another user can edit that row i.e. How can I use rowlock so that only one user can edit a row?

Thank you

© Stack Overflow or respective owner

Related posts about sql