Category Archives: Databases

MySQL 5 timestamp error in ColdFusion 8

Scenario: Query grabs user data from MySQL 5 database using the built in MySQL 4/5 driver in ColdFusion 8 on a Windows 2003 Server.   Problem: Cannot convert value ’0000-00-00 00:00:00′ from column 10 to TIMESTAMP error returned on execution.   Analysis: After a quick search on Google, it appears that the default behaviour for [...]

Also posted in ColdFusion, MySQL, Programming | Tagged , , | Leave a comment