DEVFYI - Developer Resource - FYI

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

Visual Basic Interview Questions and Answers


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions