Need help in Mysql
#1

Код:
	new CQuery[100];
	format(CQuery, sizeof(CQuery), "SELECT * FROM `members` WHERE `Gangname` = '%s'", Gang);
	Result = mysql_tquery( gSQL, CQuery );
	new rows = cache_get_row_count(Result);
	Result = mysql_free_result();
	return rows;
Here i want to get the could of members of that gangname and need to free variable Result. Becos Result id an Global variable. Now got that mysql_free_result() undefined symbol
Reply


Messages In This Thread
Need help in Mysql - by Jokers98s - 17.01.2018, 00:28
Re: Need help in Mysql - by Jokers98s - 17.01.2018, 10:27
Re: Need help in Mysql - by Micko123 - 17.01.2018, 15:19
Re: Need help in Mysql - by chneubeul - 18.01.2018, 08:27

Forum Jump:


Users browsing this thread: 1 Guest(s)