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