I have a couple of fairly simple applications which allow users to add and update records. These are user specific so there is problem with two people modifying the same record simultaneously with all the problems that entails.
I have been wondering, if we expand this, how do I prevent two people editing the same record simultaneously? What happens if a machine crashes during an edit - does the record remain locked? Sandy
I have been wondering, if we expand this, how do I prevent two people editing the same record simultaneously? What happens if a machine crashes during an edit - does the record remain locked? Sandy