Explain different cursors types in ADO

What are the different cursors types in ADO and illustrated them?

E

Expert

Verified

The cursor types are listed least to most resource intensive. There Forward Only Fastest can only move forward in recordset. There static can move to any record within the recordset. Here data is static and never changes. KeySet Changes are noticeable, records which are deleted by other users are unobtainable, and records created by other users are not detected Dynamic. There all changes are visible.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.