KPixel wrote:
a) Yes
b) If you didn't added
<version> (or <timestamp>), the last save will overwrite the previous.
Else, it will throw an exception...
Thank you for your quick reply.
However, for b), I don't quite understand how the versioning works. Does this mean that if two people are updating the same object, there will be two records persisted in the database? Who is responsible for re-associating these two records? And what if re-associating them causes a conflict? Eg, maybe both people updated the same field on the record to a different value.
I've been reading up on row locking, and I'm thinking that this may also be an option. Does anyone have any suggestions or examples on how to do this?
Any help is appreciated.
Yogindra