TIMESTAMP issues moving from MS SQL to MySQL
Hi Folks, I'm having TIMESTAMP issues moving from MS SQL to MySQL 5
i got the schema and data moved from MS sql to MySQl 5
- the date field in my sql table is set to datetime
- the content is like:
2004-02-05 14:31:00
but looks like:
2004-02-05 14:31:00.0 (extra .0) - when displayed raw in CF 8 on a page
- when I query the table, I get this error:
Error Executing Database Query.
Cannot convert value '0000-00-00 00:00:00' from column 24 to TIMESTAMP.
- I tried to use the type timestamp instead but that did not help?
Q: How do I fix this error?
Thanks in advance!