Re: execute called with an unbound placeholder
Andrew Dunstan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Jasbinder Singh Bali wrote: > 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. > > not with this info - you need to show us the statement prepared and any param bindings. cheers andrew