MySQL Update
#2

You need to call a callback when the query has finished running. Do this with the mysql_tquery function, for example
Код:
mysql_tquery(SQL,query, "CallBack");
and then

Код:
forward CallBack();
public CallBack()
{
     //fetch data here
Reply


Messages In This Thread
MySQL Update - by Banditul18 - 10.11.2016, 07:00
Re: MySQL Update - by dicknyson - 10.11.2016, 08:29
Re: MySQL Update - by Banditul18 - 10.11.2016, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)