Posted by Hardeek on 10/25/11 11:28
plz check the datatype of lastupdated column in your mysql database
table 'citc_weather'. If it was set to 'timestamp' type, it will never
let you modify it explicitly, so if you want to change it
programmatically you need to change its type to datetime.
I 've also come across this kinda error once when whatever I was trying
to insert or updating timestamp type column, I got 0000000000 as a
result
Hope it helps
Thanks
Regards
IndianTroy
Navigation:
[Reply to this message]
|