View Full Version : Number input is changing in field
I have a field that is 10 digits. I made it unsigned. We put in over 150 records just fine. Now, the digits are changing when we save the record. For example:
the correct number is "8780769627" but the program changes it to "4294967295" - Why is this happening? :(
xacto
08-25-2009, 10:56 AM
The program does not change it how could it do that. :rolleyes: The scripts won't change the data you enter in the databases.
You do not need to use unsigned. What datatype do you have for this field?
VarChar? Integer? What about field length?
The data type is integer and the length is 10. Any help is greatly appreciated!
xacto
08-25-2009, 03:11 PM
Try using BIGINT (http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html) :D
vBulletin® v3.7.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.