https://bugs.freedesktop.org/show_bug.cgi?id=32171

--- Comment #16 from Alex Thurgood <[email protected]> 2011-11-28 
02:03:10 PST ---
Hmmm,

perhaps this :

return (m_nCurrentFetchState == SQL_SUCCESS


which is used in determining the end position of the resultset should be like
the construct used for the other scroll position tests :


sal_Bool bRet = ( m_nCurrentFetchState == SQL_SUCCESS


but if that is the case, then it is missing this bit :

if( bRet )

        m_nRowPos = "method used to determine the number of row sets, returned
as BOOL, whatever that might be";

    return bRet;



So I guess that is why it fails, because it is impossible to determine the end
point of the resultset ??


Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to