I want to insert Date like 24-05-2010 in MySQL Database
Posted
by user350104
on Stack Overflow
See other posts from Stack Overflow
or by user350104
Published on 2010-05-30T11:13:22Z
Indexed on
2010/05/30
11:22 UTC
Read the original article
Hit count: 130
mysql
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?
© Stack Overflow or respective owner