Question Info: Callback OnQueryFinish
#1

MySQL Plugin R7

Callback:

Код:
OnQueryFinish
what is it? thanks
Reply
#2

Make your own.
Reply
#3

?
Reply
#4

Like it says. It is the callback that gets called when your mysql query is finished
Reply
#5

is necessary ?
Reply
#6

The r7 doesn't support anything but threaded queries, so in r7, yes it is necessary.
Reply
#7

Quote:
Originally Posted by Speed++
Посмотреть сообщение
is necessary ?
No, you could just do
mysql_function_query(connectionID, query, false, "", "");
That will work as a normal mysql_query
but if you want to use the caching functions you'll need to use a OnQueryFinish

Hope it helped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)