- or download this
#!/usr/bin/perl
...
$sth->execute("$tut_id","$tut_title","$tut_author") || die $DBI::errst
+r;
$dbh->disconnect;
- or download this
DBD::mysql::st execute failed: Column count doesn't match value count
+at row 1 at db.pl line 18.
- or download this
INSERT INTO `test` VALUES ('10','title','author')
- or download this
#1136 - Column count doesn't match value count at row 1
- or download this
ERROR 1136 (21S01): Column count doesn't match value count at row 1
- or download this
ERROR 1136 (21S01): Column count doesn't match value count at row 1
- or download this
$sth->execute($tut_id,$tut_title,$tut_author) || die $DBI::errstr;
- or download this
$sth->execute("$tut_id","$tut_title","$tut_author") || die $DBI::errst
+r;