Thema: Delphi [Solved]Ads SQL Fehler

Einzelnen Beitrag anzeigen

Benutzerbild von DeluxXx
DeluxXx

Registriert seit: 3. Jul 2006
92 Beiträge
 
#1

[Solved]Ads SQL Fehler

  Alt 14. Okt 2007, 11:59
Datenbank: Advantage Database • Version: - • Zugriff über: Local
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.
  Mit Zitat antworten Zitat