current row

The row in an rdoResultset object that you can use to modify or examine data. Use the Move methods to reposition the current row in a rowset.

Only one row in an rdoResultset can be the current row; however, an rdoResultset may have no current row. For example, after the current rdoResultset row has been deleted, or when an rdoResultset has no rows, the current row is undefined. In this case, operations that refer to the current row result in a trappable error.