I am trying to backport an app from Delphi CE 10.4 to Delphi 2010. I am trying to use ZeosLib (8.0.0 stable) for the first time to connect to the SQLite database used with Delphi 10.4 CE, but keep getting “Incompatible Types: TZDate and TDateTime”. All other fields work without issue.
I have tried to google this issue and cannot find any suggestions or help. I have searched the ZeoLib Forum and no help there either. I want to convert a string to date and used the standard:
DHTData.vitalsvdate.Value := StrToDate(edDate.text);
Is there a conversion I need to be doing/using with ZeosLib? Thanks in advance