and $sth->rows is returning a negative number.my $sth = $dbh->prepare("UPDATE ...;") or die DBI::errstr; $sth->execute or die DBI::errstr; printf "Rows: %s\n", $sth->rows;
In reply to Re^2: Overflow of $DBI::rows
by DanEllison
in thread Overflow of $DBI::rows
by DanEllison
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |