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

 

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

Syntax Syntax

  1. next ()
End of the code.
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