Thread Verzweigung bei leeren Tabellen (11 answers)
Opened by ottto at 2011-05-25 14:16

pq
 2011-05-25 15:09
#149160 #149160
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2011-05-25T12:49:23 rosti
execute('prepared statement') liefert als rv die Anzahl der betroffenen Zeilen.

ja, aber nur bei nicht-selects. also updates oder inserts.
ich schrieb es doch oben.
bei einem select ist der wert uninteressant.

steht in der doku.
Quote
For "SELECT" statements, execute simply "starts" the query within the database engine. Use one
of the fetch methods to retrieve the data after calling "execute". The "execute" method does
not return the number of rows
that will be returned by the query (because most databases can’t
tell in advance), it simply returns a true value.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Verzweigung bei leeren Tabellen