Threaded Queries - BlueG's MYSQL Plugin R7
#1

Hello everyone,

I've been learning MYSQL since some days now, so i've been reading about threaded and unthreaded queries in BlueG's MYSQL plugin.

In Plugin R7 - We can only use threaded queries. We can not use mysql_query() anymore since it is an unthreaded query.

1. I want to ask - When a query sent to the sqldb is called threaded and unthreaded? if ConnectionHandle is true then it is threaded? Is it the case?

2. I want to ask - Is the function written below contains a threaded query or not? Is the implementation right?

pawn Code:
mysql_function_query(dbHandle, "UPDATE players SET level = 544 WHERE id = 1", false, "", "");
If anyone can let me know these two things then i would appreciate it a lot.

Thank you
Ballu Miaa
Reply


Messages In This Thread
Threaded Queries - BlueG's MYSQL Plugin R7 - by Ballu Miaa - 05.11.2012, 17:23
Re: Threaded Queries - BlueG's MYSQL Plugin R7 - by AndreT - 05.11.2012, 17:30
Re: Threaded Queries - BlueG's MYSQL Plugin R7 - by Ballu Miaa - 05.11.2012, 17:33
Re: Threaded Queries - BlueG's MYSQL Plugin R7 - by AndreT - 05.11.2012, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)