in reply to Re^2: Problem passing date to SQLin thread Problem passing date to SQL
$sth_1->execute($date_1) or die "Couldn't get values from DB: " . DBI- +>errstr; $sth_1->execute(); [download]
Do you really run execute twice?