Hi
Yes its me again with my freetable questions.
Sorry that I use this forum for C# questions, but help here are really sufficient and fast.Thanks everyone.
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 table(CurrentDateandTime)VALUES(DateTime.Now)
Thanks
Yes its me again with my freetable questions.
Sorry that I use this forum for C# questions, but help here are really sufficient and fast.Thanks everyone.
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 table(CurrentDateandTime)VALUES(DateTime.Now)
Thanks