10.11.2016, 08:29
You need to call a callback when the query has finished running. Do this with the mysql_tquery function, for example
and then
Код:
mysql_tquery(SQL,query, "CallBack");
Код:
forward CallBack(); public CallBack() { //fetch data here