Hi,
I have a winform which contains three comboboxes to have a date of birth of a person in the form mm dd yyyy. Now i want to know how should i declare variables in the form inorder to have these values selected and then inserting into mysql db. In mysql i have declared this attribute as
dateofbirth datetime not null
now in the form what i have to write in a insert query