exception when Select Cast(field as X) as X w/ DefaultValues
Posted: Tue 11 Jan 2011 14:53
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.
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.