Background documentation-10501: Invalid position in result set: before first row Locate this document in the navigation structure

 

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.