MySQL not saving please help
#6

Firstly, it is not really important to add ' or `. Just remove them or properly fix them.

pawn Код:
UPDATE `users` SET `Money` = '%d', `Bankcash` = '%d', // .... continue
Simple:
pawn Код:
UPDATE users SET Money=%d, Bankcash=%d, // .... continue
Reply


Messages In This Thread
MySQL not saving please help - by yuvraj201 - 25.01.2014, 22:12
Re: MySQL not saving please help - by Ranshand - 25.01.2014, 22:25
Re: MySQL not saving please help - by McBan - 25.01.2014, 22:25
Re: MySQL not saving please help - by yuvraj201 - 25.01.2014, 22:27
Re: MySQL not saving please help - by Wizz123 - 25.01.2014, 22:30
Re: MySQL not saving please help - by iZN - 25.01.2014, 22:33
Re: MySQL not saving please help - by yuvraj201 - 25.01.2014, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)