Show TOC

-10501: Invalid position in result set: before first 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 before the first 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.