I'm using DOA3.3 with Delphi5 and Oracle 8.0.4 and what I want is the following:
User1 pulls up a record and puts it in edit mode.
If User2 tries to pull up the same record they can, but when they try to edit the get the message 'Record is locked by another user.'
User1 makes changes and posts the record. Now User2 is able to edit the record.
This works as long as User1 actually makes changes to the record. If User1 calls the OracleDataSet.Edit method and then the OracleDataSet.Post method without making changes, subsequent requests by User2 continue to get the 'Record is locked by another user' message. Has anyone else ran in to this problem.
Thanks,
Eric Dye
User1 pulls up a record and puts it in edit mode.
If User2 tries to pull up the same record they can, but when they try to edit the get the message 'Record is locked by another user.'
User1 makes changes and posts the record. Now User2 is able to edit the record.
This works as long as User1 actually makes changes to the record. If User1 calls the OracleDataSet.Edit method and then the OracleDataSet.Post method without making changes, subsequent requests by User2 continue to get the 'Record is locked by another user' message. Has anyone else ran in to this problem.
Thanks,
Eric Dye