Show TOC

-10502: Invalid position in result set: after last rowLocate this document in the navigation structure

Use

Explanation

The method that was called could not be executed, because the current cursor position of the result set is after the last row of the result set.

User Response

Position the cursor within the result set using one of the following SQLDBC_ResultSet methods ( first, last, next, relative, absolute) or the SQLDBC_RowSet::setPos method.