Problem with sqlite firedac table if fieldnames contains '@'

65 views Asked by At

If I open a sqlite table (Delphi 12, FireDAC, TFDTable), where column names contains '@' (e.g. '@@ID') then it works at design time but at run time there is an exception "field not found" raised. What am I doing wrong?

0

There are 0 answers