in reply to Re: Overflow of $DBI::rows
in thread Overflow of $DBI::rows
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Overflow of $DBI::rows
by roboticus (Chancellor) on Dec 07, 2012 at 16:53 UTC |