Also das DBGrid ist es schon mal nicht...
Hier mal mein Statement:
Delphi-Quellcode:
begin
qrMain.SQL.Clear;
qrMain.SQL.Text:= 'SELECT Month(created) AS month, COUNT(*) AS count FROM tabelle where year(created)=:jahr GROUP BY Month(created);';
qrMain.ParamByName('jahr').asString := IntToStr(1999);
qrMain.Active:= True;
qrMain.open;
Hmmm, also ich kann da kein Fehler erkennen... Aber das heißt ja noch gar nichts
Liebe Grüße
Steffi