Inserting 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 Move to insert row; Current Row is now Insert row.
-
Change Data Type to int. In Set Cell Value, enter 20. Click Set Cell.
-
Select the second row in the top pane. Change the Data Type to String. In Set Cell Value, enter RESEARCH. Click Set Cell.
-
Select the third row in the top pane. In Set Cell Value, enter
DALLAS. Click Set Cell. -
Click Insert 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 the row has been added.

Note that the ID will be 3 for the row just inserted, because it is an auto increment column.