Visual Basic (VB) Question: Download Visual Basic (VB) PDF

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

Tweet Share WhatsApp

Answer:

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.

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
Name the four different cursor types in ADO and describe them briefly.Describe Database Connection pooling (relative to MTS )?