in reply to DBI SQL Query Question
Then the script will die and print some any error message.$unique_events_sth = $db->prepare( $UniqueDay ) or die "Unable to prep +are query : $DBI::errstr"; $unique_events_sth->execute($Month, $Day) or die "Unable to execute qu +ery : $DBI::errstr";
|
|---|