Thread DBI & Postgres - SQL Abfrage schlägt fehl
(6 answers)
Opened by slicer at 2011-07-04 19:55
ganz genauso.
Code (perl): (dl
)
1 2 3 $sql = "INSERT INTO $tabelle ($spalte) VALUES (?,?)"; $dbh->do($sql, undef, $wert1, $wert2); 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |