Hier noch ein weiterer Vorschlag...
Delphi-Quellcode:
Query.SQL.Text:=
Format(
'
SELECT l.*, musikrichtung ' +
'
FROM locations l ' +
'
INNER JOIN musikrichtungen m ' +
'
ON l.name = m.nameclub ' +
'
WHERE stadt LIKE %s' , [QuotedStr(form1.citysearch.text + '
%')]
);
Gruss
Thorsten