Background documentation-10503: The operation is not allowed for result set type FORWARD_ONLY Locate this document in the navigation structure

 

Explanation

The method that was called cannot be executed, because the result table type is FORWARD_ONLY. Position specifications for result tables are only permitted for result tables whose type is SCROLL_SENSITIVE or SCROLL_INSENSITIVE.

User Response

Use the SQLDBC_PreparedStatement::setResultSetType method to change the result table type to SCROLL_SENSITIVE or SCROLL_INSENSITIVE.