Hi, I'm trying to insert following values in one my tables in potgres 8.2.
223, 1, localhost, 127.0.0.1, UnMask1.mshome.net, UnMask1.mshome.net, Tue, 1 Jan 2002 13:15:35 -0500 (EST), ESMTP, g01IFZlU002773, [EMAIL PROTECTED] Except for the first two fields (that happend to be int4 datatype), rest all the fields are of data type text. When this query gets executed using command $query_tbl_ul_received->execute; I get the followring error: DBD::Pg::st execute failed: execute called with an unbound placeholder at email_parser.pl line 561, <FILE> line 1. Can anyone please throw some light on it. Thanks in advance, Jas
