unable to convert mysql date 2ftime value to system datetime

Solutions on MaxInterview for unable to convert mysql date 2ftime value to system datetime by the best coders in the world

showing results for - "unable to convert mysql date 2ftime value to system datetime"
Alessandra
14 Aug 2016
1If I google for "Unable to convert MySQL date/time value to System.DateTime" I see numerous references to a problem accessing MySQL from Visual Studio. Is that your context?
2
3One solution suggested is:
4
5This is not a bug but expected behavior. Please check manual under connect options and set "Allow Zero Datetime" to true, as on attached pictures, and the error will go away.
6
7Reference: http://bugs.mysql.com/bug.php?id=26054