Function documentationSapDB_ResultSet Class (sdb.sql Module) Locate this document in the navigation structure

 

SapDB_ResultSet is a class of the sdb.sql module. You can use the methods of this class to position the cursor within the result set and to read data from the result set.

Features

Restrictions

The following restrictions apply to the next, previous, relative, absolute, first and last methods:

  • Python 2.x: Unicode columns can be read and written.

  • Python 1.5.2: Unicode output values are converted to ASCII. If the conversion fails, an error is reported.