skip to main content
Developing JDBC Applications : Using Scrollable Cursors
 

Using Scrollable Cursors

Scrollable cursors can move backward and forward in a result set, allowing the application to scroll back and forth through retrieved data.
NOTE: The SQL_MAX_CURSOR_NAME_LEN attribute is not supported. By default, the attribute returns 18 from the driver.