U
Usarian Skiff
I am accessing an Access db. I generated the adapter and ds thru the
wizard.
I have a datetime field in the database (simply called Time) that I am
posting to from a textbox. I had to convert it to dattime format, which
seems to go fine, but when I execute the update, it strips the time portion
and just leaves the date. Here is my conversion code:
dr("Time") = DateTime.Parse("9:32 PM")
Thanks in advance!
wizard.
I have a datetime field in the database (simply called Time) that I am
posting to from a textbox. I had to convert it to dattime format, which
seems to go fine, but when I execute the update, it strips the time portion
and just leaves the date. Here is my conversion code:
dr("Time") = DateTime.Parse("9:32 PM")
Thanks in advance!