Struppi: mySQL und Perl

Beitrag lesen

$sth->rows

Returns the number of rows affected by the last row affecting command, or -1 if the number of rows is not known or not available.

Mit rows() hatte ich auch mal Probleme, die ich nicht nachvollziehen konnte. Seitdem benutze ich count(spaltenname);

Bei einem Update?

Struppi.