show/hide this revision's text 2 To make the question clearer.

Database Locking to handle concurrency-- a good idea?

In order to handle concurrency issue, is locking-- any form of locking, whether it's row, table or database locking a good solution?

If not, how to handle concurrency issue?

show/hide this revision's text 1

Database Locking to handle concurrency-- a good idea?

In order to handle concurrency issue, is database locking a good solution?

If not, how to handle concurrency issue?