Hallöle...
Delphi-Quellcode:
DM1.DataModule1.IBCQuery1.SQL.Add('select VERANSTALTUNGSID from VERANSTALTUNGEN ');
DM1.DataModule1.IBCQuery1.SQL.Add('where (DATUMSTART>'+QuotedStr('01.01.'+ComboBox1.Text)+' and DATUMENDE<'+QuotedStr('31.12.'+ComboBox1.Text)+');
...bitte für die Zukunft grundsätzlich Parameter benutzen wegen
SQL Injection.
Grundsätzliche Frage:
Ist das "DATUMSTART" Feld ein TimeStamp/Datum Feld oder ein String Feld?
Aus
SQL abgeleitet...Ich vermute mal ein String Feld.
Da kommst schwer auf ein richtiges Ergebnis...