05.06.2012, 09:59
Quote:
What I want to know, do ALL my SELECT queries HAVE to be sent to a callback?
Also, can I send the query to the callback, from inside the callback? (like a self submitting form in HTML) Example: pawn Код:
|
That function cannot be done like that, because it will toggle an infinite loop - what your code does is query, then execute the same callback, then query again, execute the callback, etc.
@SuperViper: SELECT NULL ...