How do I Thread the queries?(MySQL)
#2

Pretty sure all you have to do is:

pawn Код:
mysql_format(handle, query, sizeof(query), "");
mysql_tquery(handle, query);
instead of

pawn Код:
format(query, sizeof(query), "");
mysql_query(query);
Reply


Messages In This Thread
How do I Thread the queries?(MySQL) - by Lynn - 17.01.2015, 23:15
Re: How do I Thread the queries?(MySQL) - by Dignity - 17.01.2015, 23:25
Re: How do I Thread the queries?(MySQL) - by Abagail - 18.01.2015, 00:09
Re: How do I Thread the queries?(MySQL) - by zT KiNgKoNg - 18.01.2015, 00:16
Re: How do I Thread the queries?(MySQL) - by Lynn - 18.01.2015, 00:38

Forum Jump:


Users browsing this thread: 1 Guest(s)