Show TOC

next Method (SapDB_ResultSet Class)Locate this document in the navigation structure

Use

next is a method of the SapDB_ResultSet class (sdb.sql module). You can use this method to move the cursor to the next data record in the result set.

Features
next ()
			

Result

  • Next data record in the result set

  • If the result set is empty or if the end of the result set has been reached: None

Example