DatabasesODBC.nextRowOn this pageODBC.nextRow About Fetches the next row in a recordset. This method must be invoked before calling getData. Synopsis result = db.nextRow(); Return value bool - True if there was a next row. See Also ODBC