DatabasesODBC.nextRowOn this pageODBC.nextRowAboutFetches the next row in a recordset. This method must be invoked before calling getData.Click here to expand Table of Contents1 Synopsis 1.1 Return value 1.2 See AlsoSynopsisresult = db.nextRow();Return valuebool - True if there was a next row.See AlsoODBC