-79818 Statement concurrency type is not set to CONCUR_UPDATABLE
Explanation
You tried to call the insertRow(), updateRow(), or deleteRow() method for a statement that has not been created with the CONCUR_UPDATABLE concurrency type.
User response
Re-create the statement with this type set for the concurrency attribute.