This topic is locked

Numbers Problem

7/15/2009 8:04:50 PM
PHPRunner General questions
M
monoofy author

Dears,
I have a strange problem that I can not understand, I have a field that should contain big numbers that are of 17 figures, but each time I add a record the number changed by itself

example:
I add the number "27068891247171239" I found it changed to "27068891247200000"

this field I tested as INTEGER and VARCHAR
BR,
Mahmoud

S
swanside 7/16/2009

Try LONGTEXT see if that makes any difference