Originally posted by chikkodi
So I was hoping for a generic solution, like lock the whole table before an insert?? not sure.
Sure, you can do that. However, now you've taken your highly scalable piece of software and turned it into a spreadsheet where only one user can access a particular piece of data at a time.