A cursor is a database element used by ADO to control the record navigation, ability to update data and visibility of changes made to the data by other users. ADO.NET does not have an inherent cursor object, but has data classes that include traditional functionality of the cursors. A forward only and read only cursor is commonly known as a Fire-hose cursor, and the DataReader object provides the functionality of the forward only and read only cursors. |