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