Einzelnen Beitrag anzeigen

Benutzerbild von 1PM
1PM

Registriert seit: 27. Dez 2002
Ort: Ludwigshafen
145 Beiträge
 
#1

ZeosDbo - Updatebefehl - Fehler bei WHERE?!

  Alt 11. Feb 2003, 18:02
Hallo!

Bekomme eine Fehlermeldung bei WHERE bei folgenden Befehlen:
Delphi-Quellcode:
    id := 1;
    prize1 := strtofloat(txt_0_1.text);
    prize2 := strtofloat(txt_1_1.text);
    prize3 := strtofloat(txt_2_1.text);
    frmmain.qu.SQL.Text:='UPDATE `prize` Set `prize1`=''prize1'','+
                             '`prize2`=''prize2'','+
                             '`prize3`=''prize3'','+
                             'WHERE `id`=''id'';';
    frmmain.qu.ExecSql;
Hat jemand eine Ahnung?
Vielen Dank im voraus!

Gruß 1PM

exakte Fehlermeldung : Project1.exe raised exception class EDatabaseError with message 'qu: You have an error in your SQL syntax near 'WHERE `id`='id'' at line 1'. Process stopped.
  Mit Zitat antworten Zitat