MySQL doesn't update table?
#3

Quote:
Originally Posted by bondowocopz
Посмотреть сообщение
Escape float like this :
Код:
`SavePosX`='%f' `SavePosY`='%f' `SavePosZ`='%f' `SavePosA`='%f'
You can learn mysql from this site http://www.w3schools.com/sql/
Thanks for the site, it looks great for starting out.

But the data still won't update.
pawn Код:
mysql_format(mysql, query, sizeof query, "UPDATE `players` SET `AdminLevel`=%d `SavePos`=%d `SavePosX`='%f' `SavePosY`='%f' `SavePosZ`='%f' `SavePosA`='%f' `SavePosInterior`=%d `SavePosVW`=%d `Kills`=%d `Deaths`=%d \
                    `Score`=%d `Money`=%d WHERE ID=%d"
, pData[playerid][p_AdminLevel], pData[playerid][p_SavePos], tmpX, tmpY, tmpZ, tmpA,
                    pData[playerid][p_SavePosInterior], pData[playerid][p_SavePosVW], pData[playerid][p_Kills], pData[playerid][p_Deaths], GetPlayerScore(playerid), GetPlayerMoney(playerid), pData[playerid][p_ID]);
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: 1 Guest(s)