Mysql help
#4

Код:
mysql_format(MySQLCon, query, sizeof(query),"SELECT * FROM 'accounts' WHERE `Username` = '%s'", RPNU(playerid));
Should be

Код:
mysql_format(MySQLCon, query, sizeof(query),"SELECT * FROM `accounts` WHERE `Username` = '%s'", RPNU(playerid));
Vince is talking about 'accounts' in your query, the ' should be `
Reply


Messages In This Thread
Mysql help - by jeffery30162 - 07.10.2014, 22:09
Re: Mysql help - by Vince - 07.10.2014, 22:15
Re: Mysql help - by jeffery30162 - 07.10.2014, 22:42
Re: Mysql help - by TakeiT - 07.10.2014, 22:44

Forum Jump:


Users browsing this thread: 2 Guest(s)