Scrollable Cursors

The Genero programming language supports scrollable cursors.

SQL Server supports native scrollable cursors.

Solution

All the SQL SERVER database drivers use the native SQL Server scrollable cursors by setting the ODBC statement attribute SQL_ATTR_CURSOR_SCROLLABLE to SQL_SCROLLABLE.