Scrollable cursors
- Last Updated: September 11, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
The SQL Server driver supports scroll-sensitive result sets, scroll-insensitive result sets, and updatable result sets.
Note: When the SQL Server driver cannot support the requested result set type or
concurrency, it automatically downgrades the cursor and generates one or more SQLWarnings
with detailed information.