DateSerial does not longer give an error when expression cannot converted to datetime¶
What is new - 25.0¶
Version 25.0 improves error reporting between Studio and the OCX when a value cannot be converted to the expected datatype. While initially identified with DateSerial, this issue affects multiple functions where errors could only be detected after reading data from the source. In previous versions, a conversion error was reported only when no data was read, but not when data was present. This has been corrected so that an error is always reported, ensuring more consistent and reliable error handling.