Entering content frame

Background documentation -10504: Invalid position (<row_number>) for row set Locate the document in the library structure

Explanation:

The method that was called could not be executed, because the specified position <row_number> does not lie within SQLDBC_RowsSet.

User Action:

Only enter values in the SQLDBC_RowSet::setPos method if they meet the following conditions:

·        > 0

·        < RowSetSize of the result set

 

Leaving content frame