Guten Abend,
ich arbeite gerade an einem System für meinen Server. Dabei kommt es zu folgenden Fehler:
Code
[20:39:05] [ERROR] CMySQLQuery::Execute - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'int=0, owner=10, price=0 WHERE id='4'' at line 1
Dass ist der Code dazu:
Code
new string[500];
format(string, sizeof(string), "UPDATE houses SET int=%i, owner=%i, price=%i WHERE id=%i", hInfo[hid][h_intinfo], hInfo[hid][h_owner], hInfo[hid][h_preis], hInfo[hid][h_id]);
mysql_query(dbhandle, string, false);
Ich habe schon alles probiert aber es klappt nichts.
Danke im vorraus!
Mfg.