Page 1 of 1

how to remove 'out of range error'

Posted: Fri Aug 25, 2006 10:54 pm
by eshban
hi, i got a following error while inserting data from my php program.
Out of range value adjusted for column 'requestid' at row 1
what can i do, and how to remove this error

please reply

Posted: Fri Aug 25, 2006 10:56 pm
by RobertGonzalez
This is usually a type conflict (like inserting a string into an integer field) or a potential conflict with autoincrements. Try checking your field types and the data you are inserting.