Thread DBI & Postgres - SQL Abfrage schlägt fehl (6 answers)
Opened by slicer at 2011-07-04 19:55

pq
 2011-07-05 00:44
#150141 #150141
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread DBI & Postgres - SQL Abfrage schlägt fehl