https://bz.apache.org/ooo/show_bug.cgi?id=118014
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords| |needmoreinfo --- Comment #8 from [email protected] --- IM001 = "Driver does not support this function". HY106 = "Fetch type out of range" applies to SQLExtendedFetch() and SQLFetchScroll(). In main/connectivity/source/drivers/odbcbase/* we only use SQLFetch() and SQLFetchScroll(). The ODBC driver could be limited to SQLFetch() and doesn't like our use of SQLFetchScroll(), and/or our attempts to move the cursor in any direction but forward. Previous versions of OpenOffice were probably more conservative and only moved the cursor forward and/or only used SQLFetch(). Can this issue still be reproduced? We might be able to work around it. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
