Multiple choice

Which of the following properties of recordset object in ASP indicates that the current record postion is after the last record in a recordset?

  1. BOF

  2. EOF

  3. RecordCount

  4. None of these

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

This property of recordset object in ASP indicates that the current record postion is after the last record in a recordset.