-79765   ResultSet type is TYPE_FETCH_FORWARD, direction can only be FETCH_FORWARD

Explanation

The result set type has been set to TYPE_FORWARD_ONLY, but the setFetchDirection() method has been called with a value other than FETCH_FORWARD. The direction specified must be consistent with the result type specified.


Copyright© 2018 HCL Technologies Limited