Scrollable cursors

Informix®

Informix SQL and Genero BDL support scrollable cursors when you specify the SCROLL clause in the DECLARE cursor instruction:
DECLARE c1 SCROLL CURSOR FOR SELECT ...

SAP ASE

SAP® ASE supports native scrollable cursors.

Solution

The SAP ASE database driver uses the native SAP ASE Open Client Library scrollable cursors.