Answers

Question and Answer:

  Home  Visual Basic (VB)

⟩ 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.

 190 views

More Questions for you: