i received message below:
DBD::PgPP:: st execute failed: ERROR: null value in column "filename" violates not null constraint.
Below is my code
$sql="INSERT INTO EMP.LASTDOWNLOADTIME(REMOTEFOLDERNAME,FILENAME,FILETIME) VALUES (?,?,TO_TIMESTAMP('2009 10 22 14:25', 'YYYY MM DD HH:MI'))";
$output=$dbh->prepare($sql);
what is wrong?