-79764 Invalid fetch direction value
Explanation
An invalid fetch direction was passed as an argument to the Statement.setFetchDirection() or ResultSet.setFetchDirection() method. Valid values are FETCH_FORWARD, FETCH_REVERSE, and FETCH_UNKNOWN.
An invalid fetch direction was passed as an argument to the Statement.setFetchDirection() or ResultSet.setFetchDirection() method. Valid values are FETCH_FORWARD, FETCH_REVERSE, and FETCH_UNKNOWN.