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

Quote:
Originally Posted by Mionee
Посмотреть сообщение
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);
Thank you.

Quote:
Originally Posted by zT KiNgKoNg
Посмотреть сообщение
Not to be a dick or anything but this should really be in "Scripting Help", not server support as its related more to the code.

But as Abagail said.


Also note there is a define in the include that allows you to use the mysql_query but in my experience it didn't work so I also switched to mysql_tquery.

pawn Код:
Will update once I get the define.
Yes I know it's the wrong section, but I didn't realize it until after I hit submit.
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)