Show TOC

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

Use

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

Features
        
previous ()
         

Result

  • Previous data record

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

Example