hi
i have val MyDate
in my C# program that contain today-date or null.
i have date field in my access 2007 - TdateOpen
i try to insert to database like this:
SQL = "insert into MyCount(TdateOpen) values ('" + MyDate +"')";
and i got this error:
Data type mismatch in criteria expression
what can be the problem ?
thank's in advance