Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    +1 definitely - don't even get into that "locking by yourself" mess - it's just not worth the trouble... Commented Apr 20, 2010 at 9:55
  • Thanks, I will go with timestamp method. Commented Apr 20, 2010 at 10:01
  • +1, I do this, when you load the data for the page get the complete datetime of the last change. when you go to save the data include AND LastChangeDate=....... on the UPDATE, if rowcount=0 then I issue an error message about someone else has already changed that data. Commented Apr 20, 2010 at 12:00