When you receive this error: Error: Unable to convert MySQL date/time value to System.DateTime
In the Database Connection Screen select "Advanced Connection Info".

Type "Convert Zero Datetime=true" in the string box.

Use Convert Zero Datetime=true returns DateTime.MinValue instead of a MySqlDateTime.
0 Comments