Thread SQL-Insert Fehler wegen Hochkommas (5 answers)
Opened by mari at 2005-01-27 09:47

mari
 2005-01-27 10:29
#51352 #51352
User since
2005-01-07
9 Artikel
BenutzerIn
[default_avatar]
Hallo renee,

kann ich diese Lösung auch bei Select anwenden?

my $sql5="select date, description, line from logs where description=? and date=?";
my $sth5 = $dbh->prepare($sql5);
my $anz=$sth5->execute($description, $date);

View full thread SQL-Insert Fehler wegen Hochkommas