Hi I am trying to insert a simple email address into a text field, and I get the below error:
DBD::Pg::st execute failed: ERROR: pg_atoi: error in "<[EMAIL PROTECTED]>": can't parse "<[EMAIL PROTECTED]>" I figure it is because of the < and @ in the value, but why does it take these as operators even when the value has single quotes around it? I have even tried binding the values and PG_TEXT beforehand and still not luck. Any help would be greatly appreciated. Jason Frisch ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster