Re: Timestamp problem
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Timestamp problem

From: Hardeek <hardeek.thakkar@gmail.com>
Date: Tue Oct 04 2005 - 16:36:51 CEST

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
Received on Tue Oct 18 02:31:37 2005