1
Answer

about date datatype and mysql query

sachi vasishta

sachi vasishta

15y
3.9k
1

Hi,

I have a winform which contains three comboboxes respectively for mm dd yyyy how can i store these three comboboxe values into a single variable in c# and later insert that variable into the mysql database. In Mysql db i have a table called info with the fields id,name, and dateofbirth as

 

dateofbirth date not null

plz help

 

Answers (1)