09.02.2015, 12:11
pawn Код:
mysql_tquery(mysql,"SELECT * FROM userstats","","");
pawn Код:
new rows,fields;
cache_get_data(rows,fields);
I am trying to execute the query without having to call a whole function to process the result. I just want the result to be processed right under the query.
Here is the log message:
Код:
[22:09:34] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
It looks like leaving blank the function call does not work according to the log message.