Our application is using FireDAC with Microsoft SQL Server 2022 and ODBC v18 client (Microsoft is no more recommanding to use the SQL Native Client).
Aurelius is set to use FireDAC connectivity. An execpion is raied as soon as an object with a TDateTime feild set to 0 is flush to the database:
Project Project1.exe raised exception class EMSSQLNativeException with message '[FireDAC][Phys][ODBC][Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value.'.
Do you know how to solve this issue ?
Thanks
Stéphane