Im trying to insert a Date in a DateTime Field in a FreeTable using C#, but I get an error "Data Type mismatch".
Does anyone know how to convert this DateTime so that the FreeTable will accept it or is it an oleDB problem:
INSERT INTO myFreetable(Cur rentDateandTime )VALUES(DateTim e.Now)
Thanks