Siechfred: Anzahl der betroffenen Datensätze bei UPDATEs

Beitrag lesen

Oder hat jemand ne patentere Idee? Ich lese derweil nochmal die DBI perldoc.

Für UPDATEs wird generell do empfohlen, wie sieht es dann bei Dir aus? Ansonsten sagt die Dokumentation:

"For a non-SELECT statement, execute returns the number of rows affected, if known. If no rows were affected, then execute returns "0E0", which Perl will treat as 0 but will regard as true. Note that it is not an error for no rows to be affected by a statement. If the number of rows affected is not known, then execute returns -1."

Mach also mal spaßeshalber

$rows = $sth->execute;

Siechfred

--
Hinter den Kulissen passiert viel mehr, als man denkt, aber meistens nicht das, was man denkt.