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.