Another buggy thing beside the “?” in the sql results is that I get an error when there is a special character in the column name:
#1. [abase sql="SELECT Stra?e FROM [...]"]
Fatal Error (1431)
Unknown column 'Stra?e' in 'field list'
You are using the sql="" attribute so make sure it contains a valid SQL statement. Check to make sure the spelling of all table or column names within the SQL statement are exactly correct.
Oh God, look down from heaven. What am I to do?