Was this helpful?
Cursor Update Statement
This statement has the following syntax in OpenAPI:
update tablename set_clause
Do not include a where clause. The application provides the cursor ID as a parameter to the cursor update query. The cursor ID is the statement handle returned when the cursor is opened. OpenAPI builds the where clause using the information in the cursor ID.
Last modified date: 01/30/2023