Locate failure when Date format is different to standard
Posted: Thu 05 Apr 2018 15:40
Hi, I changed date format in my system from yyyy-MM-dd to Romanian (dd.MM.yyyy). I use TUniConnection with SQLite provider. Locate function stopped working and finding my datetime values, stored in a field defined as:
My key used in a Locate function is complex one and defined as: 'UnitID;Author;Created'.
I tried to change SpecificOptions: NativeDate to false and the other time Specificoptions DateFormat and TimeFormat (to ISO) with no progress.
Is there any help?
Code: Select all
Created DATETIME NULL
I tried to change SpecificOptions: NativeDate to false and the other time Specificoptions DateFormat and TimeFormat (to ISO) with no progress.
Is there any help?