Hi,
I need to do a SELECT and an UPDATE, but I will have concurrent processesdoing the same task.
How can I prevent that the concurrent task don't have the same results inthe SELECT? Locking a table? How can I do that?
Best Regards,