Hi, can anyone help me to guide on how to update using datetimepicker?
Here is my sql syntax :-
After I run the message prompat said Syntax Missing..
ASAP me if got solution
Here is my sql syntax :-
Code:
UPDATE table set Date='" + datetimepicker1.Text + "' WHERE ID='" + ID.Text + "';
ASAP me if got solution
Comment