Updating a row
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.
-
Complete the following fields:
- In the resultSetType field, select TYPE_SCROLL_SENSITIVE.
-
In the resultSetConcurrency field, select
CONCUR_UPDATABLE.

- Click Submit; then, click Close.
- Select Statement / Execute Stmt Query.
-
Specify the Select statement that you want to execute.

- Click Submit; then, click Close.
-
Select Results / Inspect Results. The Inspect
Result Set window appears.

- Click Next. Current Row changes to 1.
- In Set Cell Value, type RALEIGH. Then, click Set Cell.
- Click Update Row.
- To verify the result, return to the Connection menu and select Connection / Load and Go. The Get Load And Go SQL window appears.
-
Specify the statement that you want to execute.

- Click Submit; then, click Close.
-
The Connection window shows LOC
for accounting changed from NEW YORK to RALEIGH.
