in reply to querying a database using checkbox values
doesn't produce much useful information. Put the errstr in the first die...$sth->execute || die "Could not execute SQL statement ... maybe invalid?"; die "Error connecting: '$DBI::errstr'";
$sth->execute || die "Could not execute SQL statement ... " . $dbh->errstr;
rdfield
|
|---|