Hi,

well i tried something else:
This

$sth = $dbh->prepare(qq(INSERT INTO $stable8 values(?,?,?,?,?,?,?,?)))||
ErrTemp::Insert($dbh,$dbh->errstr);
$sth->execute(yes,yes,yes,yes,yes,yes,yes,yes) ||
ErrTemp::Execute($dbh,$dbh->errstr);
$sth->finish();

I tried  around each yes single or double quotes and nothing and i get the
same error

DBD::mysql::st execute failed: You have an error in your SQL syntax near
'seltable values('yes','yes','yes','yes','yes','yes','yes','yes')' at line 1
at test.pl line 153.
now I'm completely lost!!!




Reply via email to