IT Placement Papers Microsoft Technologies Visual Basic
This category contains Visual Basic Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|