Entering content frame

Background documentation -10501: Invalid position in result set: before first row Locate the document in the library 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 Action:

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.

 

Leaving content frame