MySQL R33 cache_get
#1

pawn Код:
mysql_tquery(mysql,"SELECT * FROM userstats","","");
pawn Код:
new rows,fields;
cache_get_data(rows,fields);
When executing a query with this format cache_get_data or any other cache won't work.
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
Is there anyway to do this?
It looks like leaving blank the function call does not work according to the log message.
Reply


Messages In This Thread
MySQL R33 cache_get - by mike_1 - 09.02.2015, 12:11
Re: MySQL R33 cache_get - by HazardouS - 09.02.2015, 12:14

Forum Jump:


Users browsing this thread: 2 Guest(s)