J
jimmy
Hi,
I'm receiving an exception of "Data type mismatch in criteriaexpression" when trying to store a date and time to a column ofAccess 2002. The default parameter constructor puts the DBTypeas DbDate which stores only the date portion. It needs to bechanged to DbTimeStamp in order to have the time portion stored.It works for my another program but not this time,unfortunately. I'd spent the last 3 days trying to solve thisproblem as the time portion is critical to my application. Whatdid I do wrong? Thanks.
Jimmy
User submitted from AEWNET (http://www.aewnet.com/)
I'm receiving an exception of "Data type mismatch in criteriaexpression" when trying to store a date and time to a column ofAccess 2002. The default parameter constructor puts the DBTypeas DbDate which stores only the date portion. It needs to bechanged to DbTimeStamp in order to have the time portion stored.It works for my another program but not this time,unfortunately. I'd spent the last 3 days trying to solve thisproblem as the time portion is critical to my application. Whatdid I do wrong? Thanks.
Jimmy
User submitted from AEWNET (http://www.aewnet.com/)