Moin,
ich habe folgenden Query:
Code
"INSERT INTO vehicle (id,model,owner,locked,color1,color2,xpos,ypos,zpos,rotation,fuel) VALUES ('%d','%d','%s','%d','%d','%d','%f','%f','%f','%f','%d')"
Und da soll ein Fehler drin sein:
Code
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' ' at line 1.
Nur finde ich diesen nicht.
Kann jemand helfen?