You might want to check for $sth->{Active} instead, it should be true if there is more to fetch and false otherwise.if ($sth->fetchrow_arrayref) { $extraFetch = 5000000; } else { $extraFetch = $numRowsDisplayed; }
In reply to Re^3: Toggling dbi attribute within a connection?
by jZed
in thread Toggling dbi attribute within a connection?
by JupiterCrash
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |