in reply to
DBI, SQL and Dates
Because this line...
$dbhstmt->execute( '$SuStCo_strID', '$date' );
[download]
does not interpolate the values... you need to use double-quotes (or none at all) for the variables to be interpolated correctly.
-fp
Comment on
Re: DBI, SQL and Dates
Download
Code
In Section
Seekers of Perl Wisdom