Updating a Row
- Last Updated: May 12, 2026
- 2 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
-
From the Connection window menu, select Connection / Create JDBC 4.0 Statement.
-
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 is displayed.

-
Click Next. Current Row changes to 1.
-
In Set Cell Value, enter
RALEIGH. 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.
