DEVFYI - Developer Resource - FYI

Name the four different locking type in ADO and describe them briefly.

Visual Basic Interview Questions and Answers


(Continued from previous question...)

9. Name the four different locking type in ADO and describe them briefly.

LockPessimistic Locks the row once after any edits occur.LockOptimistic Locks the row only when Update is called.LockBatchOptimistic Allows Batch Updates.LockReadOnly Read only. Can not alter the data.

(Continued on next question...)

Other Interview Questions