Visual Basic (VB) Question:
Download Questions PDF

Name the four different cursor types in ADO and describe them briefly.

Answer:

The cursor types are listed from least to most resource intensive.Forward Only Fastest, can only move forward in recordset Static Can move to any record in the recordset. Data is static and never changes.KeySet Changes are detectable, records that are deleted by other users are unavailable, and records created by other users are not detectedDynamic ? All changes are visible.

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What are the different ways to Declare and Instantiate an object in Visual Basic 6?Name the four different locking type in ADO and describe them briefly.