Multiple choice

Which of the following types of cursors in ASP allows you to move through a recordset and reflects all changes made by another user?

  1. adOpenForwardOnly

  2. adOpenStatic

  3. adOpenDynamic

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This type of cursor in ASP allows you to move through a recordset and reflects all changes made by another user.