i am selecting date from a calendar control and i am displaying the date in a textbox
and also i am appending date along with time
so in my textbox control ,both date and time is displayed
now i am trying to store that value in the database MSAccess.
and i created one column in MSaccess data table and declared that column data type as date/time
but the error is displayed as "Datatype mismatch."
i formatted that column as General date but it is storing only date
any suggestions
thanks
and also i am appending date along with time
so in my textbox control ,both date and time is displayed
now i am trying to store that value in the database MSAccess.
and i created one column in MSaccess data table and declared that column data type as date/time
but the error is displayed as "Datatype mismatch."
i formatted that column as General date but it is storing only date
any suggestions
thanks