adspace
Answer Posted / Ranbir Kumar
In RDO, there are four types of lock edits: 1) adLockOptimistic, locks the record for editing but allows others to read it. 2) adLockPessimisticWait, locks the record for editing and waits if another user wants to edit the same record. 3) adLockPessimisticForWrite, locks the record for writing and immediately overwrites any changes made by other users since the last save. 4) adLockBatchOptimistic, optimistically allows multiple users to edit the same record until they try to save, then it resolves any conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you activate animation control?
How would you attach pictures in column headers of List View Control?
Draw Sequence Modal of DAO and Explain?
How do I force a file dialogue box to reread the currect disk?
How do I tell when an application executed using the SHELL command is finished?
With in the form we want to check all the text box control are typed or not? How?
Specify technical & functional architecture of your last 2 projects.
How do I make the mouse cursor invisible/visible?