why mysql callback doesnt process?
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
Can you show your "IsResultExist" function?
Can you reply the pm message?
Код:
forward IsResultExist(handleid);
public IsResultExist(handleid)
{
    SendClientMessageToAll(COLOR_RED,"IsResultExist Runned");
    mysql_store_result_Account();
    if(!mysql_num_rows_Account())
    {
	mysql_Result_Check[handleid] = 0;
    }
	else
	{
	mysql_Result_Check[handleid] = 1;
	}
	mysql_free_result_Account();
return 1;
}
Reply


Messages In This Thread
why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:06
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:39
Re: why mysql callback doesnt process? - by jonrb - 23.01.2013, 02:53
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 04:02
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 11:30
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:18
Re: why mysql callback doesnt process? - by B-Matt - 23.01.2013, 15:30
Re: why mysql callback doesnt process? - by coakiddo - 23.01.2013, 15:33
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:57
Re: why mysql callback doesnt process? - by yxliang - 24.01.2013, 03:10

Forum Jump:


Users browsing this thread: 1 Guest(s)