i want make a xdata restserver with al table with fieldnames like
With a firedac mysql syntax
{
"error": {
"code": "MySQLNativeException",
"message": "[FireDAC][Phys][MySQL] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-Mail, A.Internet AS A_Internet, A.Erster_Kontakt AS A_Erster_Kontakt, A.Letztes' at line 1"
}
}
[Column('E-Mail', [], 60)]
FEMail: Nullable<string>;
property EMail: Nullable<string> read FEMail write FEMail;
How i can solve this problem?