When i use the Tquery componente of MYDAC components,
and I use a QUERY like this:
"Select concat(Name,' ', FirstName,' ', SecondName) from NamesTable"
In a direct MySQL console or maybe another Mysql Software Admin i get a complete name of the persons in this table.
Buy if I use a Tquery component and some of the columns like Name or maybe FisrtName or may SecondName has a null or empty value, then the result of this record in the query is empty, and i dont understand the reazon.
Is a bug of the component????