Avatar of tankergoblin
tankergoblin

asked on 

DBD::PgPP:: st execute failed: ERROR: null value in column "filename" violates not null constraint.

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?
PostgreSQL

Avatar of undefined
Last Comment
gheist

8/22/2022 - Mon