I want to insert Date like 24-05-2010 in MySQL Database
- by user350104
I am using C# code for inserting record and datetimepicker control for Date
I want to insert Date like 24-05-2010 in MySQL Database
What Datatype i have to use for that in MySQL table
and how to right insert query for to insert date?