I am using ibatis and C#. i get a result from a select query that has CreatedDate as one of the field. The Datatype of CreatedDate in Mysql is Date. I assign the result set
Adding "convert zero datetime=True" to the connection string solved my problem.
Regards PS