Latest MyDAC
MySQL 4.0.24
Delphi 2010
MyQuery.Options.DefaultValue = True
Select Cast(StrField AS SIGNED) AS aaa From Table;
---------------------------
Error
---------------------------
Can't find file: '.\database\aaa.frm' (errno: 22).
---------------------------
OK Details >>
---------------------------
It is not a big issue as disabling DefaultValue can solve it.
Just report it for your reference.