MySQL doesn't update table?
#6

You have to separate the fields it's going to update by a comma:
pawn Код:
"... SET `AdminLevel`=%d, `SavePos`=%d, `SavePosX`=%f, `SavePosY`=%f, `SavePosZ`=%f, ..."
and no need to use ` ` around fields' or table's name and neither ' ' around integers or float; although it's a must in strings.
Reply


Messages In This Thread
MySQL doesn't update table? - by [XST]O_x - 22.06.2015, 13:52
Re: MySQL doesn't update table? - by X337 - 22.06.2015, 13:58
Re: MySQL doesn't update table? - by [XST]O_x - 22.06.2015, 14:03
Re: MySQL doesn't update table? - by mamorunl - 22.06.2015, 14:17
Re: MySQL doesn't update table? - by [XST]O_x - 22.06.2015, 14:22
Re: MySQL doesn't update table? - by Konstantinos - 22.06.2015, 14:44
Re: MySQL doesn't update table? - by [XST]O_x - 22.06.2015, 14:50
Re: MySQL doesn't update table? - by zPain - 22.06.2015, 15:03
Re: MySQL doesn't update table? - by [XST]O_x - 22.06.2015, 15:07

Forum Jump:


Users browsing this thread: 3 Guest(s)