"Jeffrey Seger" schreef: > Are you using do() instead of prepare()? Placeholders go into with > prepared statements, not immediate executions.
See the DBI documentation:
"do"
$rows = $dbh->do($statement) or die $dbh->errstr;
$rows = $dbh->do($statement, \%attr) or die $dbh->errstr;
$rows = $dbh->do($statement, \%attr, @bind_values) or die ...
Prepare and execute a single statement. [...]
--
Affijn, Ruud
"Gewoon is een tijger."
