I have tried as you suggested even i have also tried by changing the name of the date field
Code:
insert into TableAdd
(`Name`, `Address`, `Phone`, `Emial`, `Date`)
values
(:Name, :Address, :Phone, :Emial, :Date)
but still have the same error, by the way,how can i check System.DateTime value and
MySql.Data.Types.MySqlDate, maybe the datetime of the system and the mysqlDate is not matching, its just my idea,what do you think?