Delphi-Quellcode:
with AdsQuery1
do
begin
SQL.Text :='
SELECT sum(Geld)as "sumtotal" FROM dbTable WHERE Month(DatumVon) = '+ QuotedStr(Inttostr(MyMonth)) ;
ExecSQL;
Open;
//...
Error :AdsQuery1: Error 7200: AQE Error: State = S0000; NativeError = 2124; Extended Systems][Advantage
SQL Engine]Invalid operand for operator: ='.
Der Fehler sagt mir irgendwie nichts kann mir jmd bitte damit helfen ?
Danke
[edit=Phoenix]Geschachtelte Tags gehen nicht.[ SQL ] aus den Delphi-Tags entfernt. Mfg, Phoenix[/edit]
If debugging is the process of removing bugs, then programming must be the process of putting them in.