Hi,
I have a read_data function and in the fields to retrieve:
CONCAT(art , ', ' , gattung, ', ', autor)
This is ok with 3 table-fields.
But just i have a one more table-field:
CONCAT(art , ', ' , gattung, ', ', autor, ', ', artname_de)
One more table-field make a problem. But wat is the problem?
F.
I have a read_data function and in the fields to retrieve:
CONCAT(art , ', ' , gattung, ', ', autor)
This is ok with 3 table-fields.
But just i have a one more table-field:
CONCAT(art , ', ' , gattung, ', ', autor, ', ', artname_de)
One more table-field make a problem. But wat is the problem?
F.