Thread Update Anweisung (7 answers)
Opened by Tom at 2004-05-16 22:18

coax
 2004-05-16 23:17
#32141 #32141
User since
2003-08-11
457 Artikel
BenutzerIn
[default_avatar]
sorry wenn ich mich jetzt vertue aber muesste das nicht
Code: (dl )
1
2
3
4
5
6
7
$sql = qq~UPDATE ${table_prefix}config SET config_value = ? WHERE config_name = ?~;

$sth = $dbh->prepare( $sql ) or die DBI::errstr;
foreach $conf(@config)
{
($name,$value)=@$conf;
$sth->execute($value, $name);

lauten.
($value und $name sind dann bei execute getauscht)\n\n

<!--EDIT|coax|1084735081-->
,,Das perlt aber heute wieder...'' -- Dittsche

View full thread Update Anweisung