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.
Use the SQLDBC_PreparedStatement::setResultSetType method to change the result table type to SCROLL_SENSITIVE or SCROLL_INSENSITIVE.