I tried to get some data from my sql server database over a period of time. I got the field in the DateTime2 (7) database, and in my DAO I got Datetime as the type of this field. But I get the following error: Conversion error while converting date and / or time from character string.
source
share