Scrolling through a result set
Print
- Last Updated: June 6, 2018
- 2 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
- Denodo 6.0
- GitHub 6.0
- Google BigQuery 6.0
- IBM Db2 5.1
- IBM Informix 6.0
- Microsoft Dynamics 365 6.0
- Microsoft Sharepoint 6.0
- Microsoft SQL Server 6.0
- MongoDB 6.1
- MongoDB 6.0
- MySQL 5.1
- Oracle Database 6.0
- Oracle Eloqua 6.0
- Oracle Sales Cloud 6.0
- Oracle Service Cloud 5.1
- PostgreSQL 6.0
- Progress OpenEdge 5.1
- Salesforce 6.0
- SAP HANA 6.0
- SAP S/4HANA 6.0
- SAP Sybase 5.1
- Snowflake 6.0
- TeamCity 6.0
- Documentation
- From the Connection window menu, select Connection / Create JDBC 2.0 Statement. DataDirect Test prompts for a result set type and concurrency.
-
Complete the following fields:
- In the resultSetType field, select TYPE_SCROLL_SENSITIVE.
- In the resultSetConcurrency field, select CONCUR_READ_ONLY.
-
Click Submit; then, click
Close.

- Select Statement / Execute Stmt Query.
-
Type a Select statement and click Submit. Then, click
Close.

-
Select Results / Scroll Results.
The Scroll Result Set window indicates that the cursor is positioned
before the first row.

-
Click the Absolute, Relative, Before,
First, Prev, Next, Last, and After
buttons as appropriate to navigate through the result set. After each action, the
Scroll Result Set window displays the data at the current position
of the cursor.

- Click Close.