Go to last page flashes screen; shows incorrect count
Posted: Fri 18 Mar 2016 16:03
This appears to be a bug with dbForge Studio v3.8.50.
When running a query in paginal mode, the first 1000 rows appear as expected. Then, when I click "Go to last page" button, it begins "Fetching Data". After a few seconds, the application window disappears and then reappears; i.e., it looks as if the application closes and then re-opens.
The fetch continues, and it finally displays the rest of the rows, but it shows a row count that is larger than the actual row count. The actual row count is 476088 but the displayed count is 477000 -- as if it is rounding this up to the multiple of 1000 that is displayed per page.
When running a query in paginal mode, the first 1000 rows appear as expected. Then, when I click "Go to last page" button, it begins "Fetching Data". After a few seconds, the application window disappears and then reappears; i.e., it looks as if the application closes and then re-opens.
The fetch continues, and it finally displays the rest of the rows, but it shows a row count that is larger than the actual row count. The actual row count is 476088 but the displayed count is 477000 -- as if it is rounding this up to the multiple of 1000 that is displayed per page.