Hi,
I've just come across a bit of a weird one with mySQL!
If I run the following:
UPDATE Wiki_Articles SET article_map_latitude = 51.4916460374623 WHERE article_id = 255
... the "latidue" gets set to the below:
51.491645812988281250000000000000
(notice how 5812988281250000000000000 is all wrong ... I don't care about the 0000 bit.. but the actual numbers themselves are wrong!)
This is the field setup, maybe something wrong with that?
`article_map_longitude` float(34,30) DEFAULT NULL,
TIA! (I'm tearing my head out on this one :/)
Andy
I've just come across a bit of a weird one with mySQL!
If I run the following:
UPDATE Wiki_Articles SET article_map_latitude = 51.4916460374623 WHERE article_id = 255
... the "latidue" gets set to the below:
51.491645812988281250000000000000
(notice how 5812988281250000000000000 is all wrong ... I don't care about the 0000 bit.. but the actual numbers themselves are wrong!)
This is the field setup, maybe something wrong with that?
`article_map_longitude` float(34,30) DEFAULT NULL,
TIA! (I'm tearing my head out on this one :/)
Andy