Hi guys,
i am struggling with a problem due, sometime, to a double concurrent update on the same row of a table.
Since the client application cannot be control, i need to manage - in order to avoid this situation - the lock of a record due to two updates at the same time.
Is there way to force serializing, i don't know how, the updates on the same row in order to avoid this locks?
Thank you, cheers!
FC