Plz anyone help me ....
I created the database in access with fields type is date/time and text...
But I try to get the value from datetimepicker and combobox..
My struggling code was
cmd=new oledbcommand(insert into sample (doj,designation)values(" & datetimepicker1.value &","&combobox1.text&")",con)
note:- database connection is successfull!...