Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


itibook
2009-09-18T17:28:39Z

Hi,

I have tried a task with a simple SQL query "select * from"

but I get the following exception in the log

Unable to convert Mysql date/time value to System.datetime

any idea?

thanks in advance

ciao

Luca

Sponsor
Forum information
Support
2009-09-18T19:37:37Z
1. Is the date a time stamp or normal date?
2. Which version of mysql are you running?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
itibook
2009-09-18T19:58:50Z

Hi,

1- datetime field
2- MySQL 5.0.45

thanks
Support
2009-09-18T20:16:42Z
When you say "in the log". Are you referring to the SQL Explorer or Output of Task or VisualCron log window?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
itibook
2009-09-18T20:18:36Z
Support
2009-09-18T20:46:06Z
Try using the date_format function so that it returns a string like this:


SELECT DATE_FORMAT(columnname, '%H:%i:%s');
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
itibook
2009-09-23T14:58:12Z
Hi Henrik,

sorry for the late reply... your suggestion worked, thanks again!
Scroll to Top