Problem with updating (MySQL R33)
#4

Give this a shot:
Код:
	mysql_format(mysql, query, sizeof(query), "UPDATE `"HouseTable"` SET `Owned`='%i', `Owner`='%e' WHERE `ID` = '%i'", hInfo[id][Owned], hInfo[id][Owner], id);
	mysql_tquery(mysql, query);
Most likely you are not setting a limit for the strings inside the query, and thus considering it a field.
Reply


Messages In This Thread
Problem with updating (MySQL R33) - by FunnyBear - 14.03.2015, 16:02
AW: Problem with updating (MySQL R33) - by Kaliber - 14.03.2015, 16:19
Re: AW: Problem with updating (MySQL R33) - by FunnyBear - 14.03.2015, 16:45
Re: Problem with updating (MySQL R33) - by Evocator - 14.03.2015, 16:51
Re: Problem with updating (MySQL R33) - by Misiur - 14.03.2015, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)