mysql error 1064
#1

The error in the query:


PHP код:
format(query,sizeof(query),"UPDATE "TABLE_CARS" SET lock=%i, vehcoms='%s', paintjob=%i WHERE id=%i"
,CarInfo[c][cLock],CarInfo[c][cVehcom],CarInfo[c][cPaintjob],c);
mysql_query(query); 
PHP код:
CMySQLHandler::Query(UPDATE cars SET lock=0vehcoms='0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0'paintjob=0 WHERE id=1) - An error has occured. (Error ID1064You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'lock=0, vehcoms='00000000000000', paintjob=0 WHERE id=' at line 1
Help, please!
Reply
#2

PHP код:
mysql_query("UPDATE cars SET lock=0, vehcoms='0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0', paintjob=0 WHERE id=1"); 
That?
Reply
#3

What's the fieldtype for vehcoms?
Reply
#4

Quote:
Originally Posted by TaMeD
Посмотреть сообщение
PHP код:
mysql_query("UPDATE cars SET lock=0, vehcoms='0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0', paintjob=0 WHERE id=1"); 
That?
This is not a solution of the problem, but thank's


Quote:
Originally Posted by AndreT
Посмотреть сообщение
What's the fieldtype for vehcoms?
varchar
Reply
#5

i still need help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)