![]() |
Datenbank: Advantage Database • Version: - • Zugriff über: Local
[Solved]Ads SQL Fehler
Delphi-Quellcode:
Error :AdsQuery1: Error 7200: AQE Error: State = S0000; NativeError = 2124; Extended Systems][Advantage SQL Engine]Invalid operand for operator: ='.
with AdsQuery1 do
begin SQL.Text :='SELECT sum(Geld)as "sumtotal" FROM dbTable WHERE Month(DatumVon) = '+ QuotedStr(Inttostr(MyMonth)) ; ExecSQL; Open; //... 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] |
Re: Ads SQL Fehler
Delphi-Quellcode:
SQL.Text :='SELECT sum(Geld) as "sumtotal" FROM dbTable WHERE Month(DatumVon) = '+ Inttostr(MyMonth);
|
Re: Ads SQL Fehler
Vielen Dank für die schnelle Antwort!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:19 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz