Entering content frame

Function documentation Method next Locate the document in the library structure

Use

next is a method of the class SapDB_ResultSet.

With this method you 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/when the end of the result set has been reached: None

Example

     row = cursor.next ()

The variable row contains the next result record.

     Executing an SQL Statement and Reading the Result Set

 

Leaving content frame