Types of LockEdits in RDO.



Types of LockEdits in RDO...

Answer / 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

More Visual Basic Interview Questions

Which language is used in visual basic?

1 Answers  


what is a property to resize a label control according to your caption?

2 Answers  


Types of LockEdits in RDO.

1 Answers  


How would you view html code in Active Server Pages?

1 Answers  


What is the difference between message box

11 Answers  


Can you create a Updatecascade, Deletecascade relation in Ms- Access?

1 Answers   Tam,


How would you create properties in ActiveX Control?

1 Answers  


What is OLE? Explain.

3 Answers  


What is the need of tabindex property is label control?

1 Answers  


Write the Steps in Creating an ActiveX Control?

1 Answers  


Why we need a MDI form? How can we make a form as a mdichild form?

2 Answers   TCS,


What is meant by building a recordset.

1 Answers  


Categories