Multiple choice technology testing What is the flag used to mark end of the data you retrieve from a resultset? EOD(End of Data) EOR(End of RecordSet) EOF(End of File) No such flag Reveal answer Fill a bubble to check yourself C Correct answer Explanation The EOF (End of File) property is the standard flag in ADO recordsets and database result sets to indicate that the cursor has moved beyond the last record. EOD and EOR are not standard API properties.